Authorization: ********************{
"categories": [
{
"categoryId": 17032851,
"typeId": 99395
}
],
"categoryId": 17032851,
"typeId": 99395,
"language": "CH",
"period": "SEVEN_DAY",
"startPeriod": "2026-05-01",
"endPeriod": "2026-05-20",
"sortDirection": "ASC"
}curl --location '/api/v1/categories/trends/snapshots/query' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"categories": [
{
"categoryId": 17032851,
"typeId": 99395
}
],
"categoryId": 17032851,
"typeId": 99395,
"language": "CH",
"period": "SEVEN_DAY",
"startPeriod": "2026-05-01",
"endPeriod": "2026-05-20",
"sortDirection": "ASC"
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": [
{
"category": {
"categoryId": 0,
"level1CategoryId": 0,
"level2CategoryId": 0,
"level3CategoryId": 0,
"typeId": 0,
"categoryNameCn": "string",
"categoryNameRu": "string"
},
"updatePeriod": "2026-05-20",
"currentDaySales": 123.45,
"currentDaySalesGrowthRate": "50.00%",
"currentDayGmv": 123.45,
"currentDayGmvGrowthRate": "50.00%",
"currentDayPrice": 123.45,
"sales": 123.45,
"salesGrowthRate": "50.00%",
"gmv": 123.45,
"gmvGrowthRate": "50.00%",
"salableProductCount": 0,
"salesRate": "50.00%",
"topSalesDynamics": "50.00%"
}
]
}