Domestic logistics trace API

POST /v1/orders/logistics/trace — domestic leg only (seller → warehouse).

International tracking: Fulfillment tracking (warehouse → overseas).

Rules

  • Pass main order_id only — do not send sub_order_id
  • 1688: optional logistics_id; includes cross_border_packages[] when applicable
  • Taobao: Gateway resolves sub-orders from main purchase id

Example

POST /v1/orders/logistics/trace
{
  "channel": "taobao",
  "order_id": "200106932660"
}

Response

UnifiedLogisticsTraceresponse model.