错误码 | 错误码描述 | |
---|---|---|
-4009607 | 接口报错 | |
-4009013 | 商品正参与预售,不可更改物流方案 | |
-4009600 | 更新物流方案失败具体原因 |
curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"skuId": "1",
"logisticsPlanId": "1"
}'
{
"error_code": 1,
"data": "",
"success": true
}