批量获取发货时间规则
POST
/ark/open_api/v3/common_controller
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"getDeliveryRuleRequests": [
{
"whcode": "601a****fb4b",
"logisticsPlanId": "601a****fb4b",
"categoryId": "601a****fb4b"
}
]
}'
响应示例响应示例
{
"deliveryRuleList": [
{
"sellerId": "601a****fb4b",
"planInfoId": "601a****fb4b",
"whcode": "601a****fb4b",
"categoryId": "601a****fb4b",
"logisticsMode": "",
"existing": [
{
"timeType": "",
"value": "",
"min": "",
"max": "",
"desc": "601a****fb4b",
"isDefault": "",
"default": ""
}
],
"presale": [
{
"timeType": "",
"value": "",
"min": "",
"max": "",
"desc": "601a****fb4b",
"isDefault": "",
"default": ""
}
],
"comment": "601a****fb4b",
"mustFreeReturn": true,
"supportPreSale": true,
"notSupportPreSaleCode": ""
}
]
}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
Body 参数application/json
返回响应
修改于 2023-08-01 02:55:11