Last Updated on : 2023-06-15 05:56:32
Update the logistics information about a specified order according to the tracking number.
PUT: /v1.0/sellercenter/order/logistics/{order_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
order_id | String | uri | true | The order ID. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
mall_code | String | true | The code of a specified mall. | |
delivery_id | String | true | The tracking number. | |
site_code | String | false | The site. | |
logistics_code | String | true | The code of a specified logistics company. | |
logistics_no | String | true | The logistical tracking number. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
PUT: /v1.0/sellercenter/order/logistics/{order_id}
{
"mall_code": "M93b1qxfaj**w",
"delivery_id": "43243j**4",
"uid": "sh1540888142908**2u",
"site_code": "US",
"logistics_code": "bpost",
"logistics_no": "433111A2****"
}
{
"result": true,
"t": 1634023257117,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback