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: search/detail id → lines[].id (compatible: offer_id, Taobao mi_id); variants[].sku_id → lines[].spec_id.
Taobao
id/mi_idrotates periodically. Do not cache it long-term. Re-fetch from search or detail before preview/create.
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 |
Get Support
Need integration help? Contact Developer Support at support@hiobuy.com · Response within 1–2 business days