订单物流轨迹
POST
/ark/open_api/v3/common_controller
错误码 | 错误码描述 | |
---|---|---|
-2000500 | 系统调用异常 | |
-2000401 | 无权限 | |
-2000101 | 未查询到该包裹 |
请求示例请求示例
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 '{
"orderId": "P194****4183"
}'
响应示例响应示例
{
"orderTrackInfos": [
{
"orderId": "P194****4183",
"deliveryOrderId": "P219***9214",
"currentStatusDesc": "已发货",
"expressCompanyCode": "shunfeng",
"expressCompanyName": "顺丰速运",
"expressNo": "SF1234567890",
"records": [
{
"eventAt": "2021-04-19 22:06:48",
"eventDesc": "重庆市北碚区 已发出 下一站 重庆转运中心",
"trackingPartnerSyncAt": "2021-04-19 22:07:48",
"nodeId": 8,
"subNodeId": 10,
"trackingStatus": "",
"trackingStatusDesc": "null",
"location": {
"provinceName": "江苏省",
"cityName": "苏州市"
}
}
]
}
]
}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
Body 参数application/json
返回响应
修改于 2023-08-01 06:05:18