Products API overview

Unified product API for 1688, Taobao, and Weidian. Pass channel on search/detail, or use URL parse for auto-detection.

Prices are CNY yuan — no currency param, no FX conversion. Set language in the JSON body (Languages). Use response_format: "standard" (default) or "upstream" (Response format).

Endpoint guide

TopicEndpointDoc
Product detail & SKU matrixPOST /v1/products/detailProduct detail
Keyword searchPOST /v1/products/searchProduct search
Upload image for reusePOST /v1/products/upload-imageUpload image
Search by imagePOST /v1/products/search-by-imageImage search
Parse product URLPOST /v1/products/parseParse URL
Response schemasProduct response models
Channels, freight, analyticsvariousAdvanced endpoints

Channel capabilities

Query live flags: GET /v1/products/channels. Summary:

Capability1688TaobaoWeidian
Detail
Keyword search
Image search
URL parse
Taobao口令 (tao_password)
Domestic freight estimate
Auto purchase (orders)Varies

Procurement mapping {#procurement-mapping}

After variant selection on product detail, map ids to order lines:

Detail fieldOrder field
source_product_idlines[].offer_id
variants[].sku_idlines[].spec_id

See Order preview for the full create flow.