Product keyword search API
POST /v1/products/search — keyword search returning a paginated product list.
Related: Product detail · Product response models
Request body
| Field | Required | Description |
|---|---|---|
channel | Yes | 1688 | taobao |
keyword | Yes | Search term |
page / page_size | No | Pagination (Taobao max 20 per page) |
language | No | Default en |
filter / sort | No | 1688 filters (see OpenAPI) |
Example
POST /v1/products/search
{
"channel": "1688",
"keyword": "phone case",
"page": 1,
"page_size": 20,
"language": "en"
}Response
StandardProductList — summary cards in items[]. Call product detail for full SKU matrix and stock.