Update Order Logistics Information

Last Updated on : 2023-06-15 05:56:32

Update the logistics information about a specified order according to the tracking number.

API address

PUT: /v1.0/sellercenter/order/logistics/{order_id}

Request parameter

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.

Return parameter

Parameter name Type Description
result Boolean The returned result.

Request example

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****"
}

Return example

{
    "result": true,
    "t": 1634023257117,
    "success": true
}

Error code

For more information, see error code.