Products API Übersicht
Einheitliche Produkt-API für 1688, Taobao und Weidian. Übergeben Sie channel bei Suche/Detail oder verwenden Sie URL-Parse für automatische Erkennung.
Preise sind CNY Yuan - kein currency-Parameter, keine FX-Umrechnung. Setzen Sie language im JSON-Body (Sprachen). Verwenden Sie response_format: "standard" (Standard) oder "upstream" (Antwortformat).
Endpoint-Leitfaden
| Thema | Endpoint | Doku |
|---|---|---|
| Produktdetail & SKU-Matrix | POST /v1/products/detail | Produktdetail |
| Keyword-Suche | POST /v1/products/search | Produktsuche |
| Bild zur Wiederverwendung hochladen | POST /v1/products/upload-image | Bild hochladen |
| Suche per Bild | POST /v1/products/search-by-image | Bildsuche |
| Produkt-URL parsen | POST /v1/products/parse | URL parsen |
| Antwortschemas | — | Produkt-Antwortmodelle |
| Channels, Fracht, Analytics | verschiedene | Erweiterte Endpoints |
Channel-Fähigkeiten
Live-Flags abfragen: GET /v1/products/channels. Zusammenfassung:
| Fähigkeit | 1688 | Taobao | Weidian |
|---|---|---|---|
| Detail | ✓ | ✓ | ✓ |
| Keyword-Suche | ✓ | ✓ | — |
| Bildsuche | ✓ | ✓ | — |
| URL-Parse | ✓ | ✓ | ✓ |
Taobao口令 (tao_password) | — | ✓ | — |
| Inländische Frachtabschätzung | ✓ | ✓ | — |
| Automatischer Einkauf (Bestellungen) | ✓ | ✓ | Variiert |
Beschaffungs-Mapping {#procurement-mapping}
Nach Variantenauswahl im Produktdetail IDs auf Bestellpositionen abbilden:
| Detailfeld | Bestellfeld |
|---|---|
source_product_id | lines[].offer_id |
variants[].sku_id | lines[].spec_id |
Siehe Order Preview für den vollständigen Create-Ablauf.