Domestic logistics trace API
POST /v1/orders/logistics/trace — domestic leg only (seller → warehouse).
International tracking: Fulfillment tracking (warehouse → overseas).
Rules
- Pass main
order_idonly — do not sendsub_order_id - 1688: optional
logistics_id; includescross_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
UnifiedLogisticsTrace — response model.