POST
/api/open/1688/items/search商品搜索
按关键词搜索 1688 货源商品。
可走平台备用能力
未授权也可调用商品类接口;如客户授权且额度可用,优先使用客户授权
keywordsstring是搜索关键词
phone case
pagenumber否页码,默认 1
1
limitnumber否每页数量,1-20
20
price_startnumber否最低价
5
price_endnumber否最高价
50
category_idnumber否类目 ID
1042954
country_codestring否多语言编码
en
请求示例
curl -X POST "https://api.your-domain.com/api/open/1688/items/search" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_APP_KEY" \
-H "Authorization: Bearer YOUR_APP_SECRET" \
-d '{ "keywords": "phone case", "page": 1, "limit": 20 }'返回示例
{
"success": true,
"code": 0,
"message": "success",
"data": { "items": [], "source": "1688" },
"billing": {
"charged": 0.02,
"product": "接口产品名称",
"callId": 1024
}
}