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": ""
}
]
}