Authorization: ********************{
"pageNo": 1,
"pageSize": 15,
"itemIds": "123456789,987654321",
"keywordType": "ALL",
"keyword": "кроссовки",
"sortField": "SEARCH_INDEX",
"sortDirection": "ASC"
}curl --location '/api/v1/products/traffic-keywords/query' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"pageNo": 1,
"pageSize": 15,
"itemIds": "123456789,987654321",
"keywordType": "ALL",
"keyword": "кроссовки",
"sortField": "SEARCH_INDEX",
"sortDirection": "ASC"
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": [
{
"keyword": "string",
"keywordCn": "string",
"itemId": 0,
"categoryId": 0,
"categoryName": "string",
"keywordType": "string",
"searchIndex": 0,
"searchIndexGrowthRate": "50.00%",
"conversionIndex": 0,
"cartConversionRate": "50.00%",
"exposureIndex": 123.45,
"productCount": 0,
"supplyDemandRatio": 123.45,
"orderedProductCount": 0,
"orderConversionRate": "50.00%",
"orderedAmount": 123.45,
"averageBrowseProductCount": 0,
"cartAveragePrice": 123.45,
"competitorCount": 0,
"searchVolumeGrowthRate": "50.00%",
"noActionQueryCount": 0,
"noActionQueryShare": "50.00%",
"similarResultQueryCount": 0,
"similarResultQueryRatio": "50.00%",
"noResultQueryCount": 0,
"noResultQueryRatio": "50.00%"
}
],
"total": 100,
"pageNo": 1,
"pageSize": 20
}