Authorization: ********************{
"pageNo": 1,
"pageSize": "15",
"keywordIds": "115409,123456",
"productType": "SEARCH_PRODUCT",
"minPrice": 0,
"maxPrice": 0,
"updatePeriod": "2026-04-20"
}curl --location '/api/v1/keywords/items/query' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"pageNo": 1,
"pageSize": "15",
"keywordIds": "115409,123456",
"productType": "SEARCH_PRODUCT",
"minPrice": 0,
"maxPrice": 0,
"updatePeriod": "2026-04-20"
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": [
{
"itemTitle": "string",
"itemId": 0,
"category": {
"categoryId": 0,
"level1CategoryId": 0,
"level2CategoryId": 0,
"level3CategoryId": 0,
"typeId": 0,
"categoryNameCn": "string",
"categoryNameRu": "string"
},
"brand": "string",
"shopId": 0,
"shopName": "string",
"updatePeriod": "string",
"sales": 0,
"salesDynamics": "50.00%",
"gmv": 123.45,
"cartRatio": "50.00%",
"exposureCount": 0,
"browseCount": 0,
"clickRatio": "50.00%",
"redemptionSales": 123.45,
"redemptionRate": "50.00%",
"adSales": 123.45,
"adRate": "50.00%",
"orderConversionRate": "50.00%",
"averagePrice": 123.45,
"grossProfitRate": "50.00%",
"deliveryMode": "string",
"deliveryTime": 0,
"createDate": "string",
"searchCartRatio": "50.00%",
"usability": "50.00%",
"averageSales": 123.45,
"averageGmv": 123.45,
"outOfStockDayRate": "50.00%",
"stock": 0,
"volume": 123.45,
"length": 123.45,
"width": 123.45,
"height": 123.45,
"weight": 123.45
}
],
"total": 100,
"pageNo": 1,
"pageSize": 20
}