查询Item列表
POST
/ark/open_api/v3/common_controller
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"pageNo": 1,
"pageSize": 50,
"searchParam": {
"keyword": "null",
"topCategoryIds": [
"string"
],
"lvl2CategoryIds": [
"string"
],
"lvl3CategoryIds": [
"string"
],
"lvl4CategoryIds": [
"string"
],
"buyable": "",
"keywords": [
"string"
],
"logisticsPlanIds": [
"string"
],
"createTimeFrom": 1625314893000,
"createTimeTo": 1625314893000,
"lastId": "6169406ff1404600095b96ed"
}
}'
响应示例响应示例
{
"currentPage": 1,
"pageSize": 50,
"total": 1,
"itemDetailV3s": [
{
"name": "item标题",
"ename": "itemEName",
"brandId": "",
"categoryId": "5a31****9df5",
"attributes": [
{
"propertyId": "5845****325e",
"name": "测试属性名01",
"value": "test",
"valueId": "test",
"valueList": [
{
"valueId": "test",
"value": "test"
}
]
}
],
"shippingTemplateId": "null",
"shippingGrossWeight": 100,
"variantIds": [
"string"
],
"images": [
"string"
],
"videoUrl": "",
"articleNo": "",
"imageDescriptions": [
"string"
],
"transparentImage": "",
"description": "",
"faq": [
{
"question": "",
"answer": ""
}
],
"isChannel": "",
"deliveryMode": "",
"freeReturn": "",
"id": "64******412f1f",
"createTime": "",
"updateTime": ""
}
]
}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
Body 参数application/json