Procurement orders overview
/v1/orders/* covers domestic procurement — orders with 1688/Taobao sellers for delivery into a China inbound address. Not international shipping; use Fulfillment after inbound.
Amounts are CNY fen (分). Set response_format per Response format.
Map product ids from Products: source_product_id → lines[].offer_id, variants[].sku_id → lines[].spec_id.
Lifecycle {#lifecycle}
- Preview — validate lines, prices, freight
- Create — place procurement order
- Pay — settle with marketplace wallet
- Detail / list — track status
- Domestic trace — seller → warehouse
- Cancel — when allowed
Endpoint guide
| Step | Path | Doc |
|---|---|---|
| Preview | POST /v1/orders/preview | Order preview |
| Create | POST /v1/orders/create | Create order |
| Pay | POST /v1/orders/pay | Pay order |
| Detail | POST /v1/orders/detail | Order detail |
| List | POST /v1/orders/list | Order detail |
| Cancel | POST /v1/orders/cancel | Cancel order |
| Domestic trace | POST /v1/orders/logistics/trace | Domestic logistics trace |
| Taobao purchases | POST /v1/orders/purchase/query | Order detail |
| Response schemas | — | Order response models |
Channel shortcuts: /v1/orders/1688/*, /v1/orders/taobao/* (body may omit channel).
Domestic vs international logistics {#domestic-vs-international}
| Leg | API |
|---|---|
| Seller → China warehouse | Domestic trace |
| Warehouse → overseas buyer | International tracking |