获取物流方案列表
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'
响应示例响应示例
{
"logisticsPlans": [
{
"planInfoId": "5db0****80a1",
"shopName": "一号店",
"planInfoName": "阿富汗 自主发货",
"tradeMode": "",
"customsCode": "null",
"logisticsCompanyCode": "null",
"logisticName": "null",
"isValid": true,
"countryName": "阿富汗",
"privinceName": "null",
"cityName": "Mazar-e Sharif",
"street": "dsfasdfasfdas",
"postCode": "1231231",
"sellerAddressRecordId": 123
}
]
}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
返回响应
修改于 2023-08-01 04:05:20