ListLogisticsOrders
Query logistics information for an order.
Operation description
Retrieves logistics information for an order.
Try it now
Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
linkedmall:ListLogisticsOrders |
list |
*All Resource
|
None | None |
Request syntax
GET /opensaas-s2b/opensaas-s2b-biz-trade/v2/orders/{orderId}/logisticsOrders HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| orderId |
string |
Yes |
Order ID |
6696070566****8593 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
| LogisticsOrderListResult |
Logistics information |
{
"requestId": "ED080FA8-F005-10B1-A9AB-CCFD****9149",
"logisticsOrderList": [
{
"dataProvider": "Cainiao Wrap",
"dataProviderTitle": "Data provided by Cainiao Wrap",
"goods": [
{
"goodName": "Children's study desk",
"productId": 2384738123****7238,
"quantity": 1
}
],
"logisticsCompanyCode": "SF",
"logisticsCompanyName": "SF Express",
"logisticsDetailList": [
{
"ocurrTimeStr": "2023-06-06 14:44:45",
"standerdDesc": "SF Express has picked up the package"
},
{
"ocurrTimeStr": "2023-06-06 14:44:46",
"standerdDesc": "Package sorted at Jiaogongchang Store. Ready to ship to Shenyang **** Transit Center"
},
{
"ocurrTimeStr": "2023-06-06 18:24:09",
"standerdDesc": "Package arrived at Shenyang **** Transit Center"
},
{
"ocurrTimeStr": "2023-06-06 18:28:26",
"standerdDesc": "Package sorted at Shenyang **** Transit Center. Ready to ship to Xi'an **** Transit Center"
},
{
"ocurrTimeStr": "2023-06-07 05:40:35",
"standerdDesc": "Package shipped"
}
],
"mailNo": "SF162546****599"
}
]
}
Examples
Success response
JSON format
{
"logisticsOrderList": [
{
"mailNo": "SF234***2345",
"dataProviderTitle": "菜鸟裹裹",
"logisticsCompanyName": "顺丰",
"logisticsDetailList": [
{
"ocurrTimeStr": "2023-09-11T12:22:24.000+08:00",
"standerdDesc": "已签收"
}
],
"goods": [
{
"goodName": "儿童学习桌",
"productId": "6600****6736",
"quantity": 1,
"skuId": "7232****2321",
"skuTitle": "白色"
}
],
"dataProvider": "菜鸟",
"logisticsCompanyCode": "SF"
}
],
"requestId": "841471F6-5D61-1331-8C38-2****B55"
}
Error codes
See Error CodesError Codes for a complete list.
Release notes
See Release NotesRelease Notes for a complete list.