Authorization: ********************{
"pageNo": 1,
"pageSize": 15,
"itemId": 123456789,
"period": "SEVEN_DAY",
"startUpdatePeriod": "2026-04-22",
"endUpdatePeriod": "2026-05-21",
"sortDirection": "ASC"
}curl --location '/api/v1/products/trends/snapshots/query' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"pageNo": 1,
"pageSize": 15,
"itemId": 123456789,
"period": "SEVEN_DAY",
"startUpdatePeriod": "2026-04-22",
"endUpdatePeriod": "2026-05-21",
"sortDirection": "ASC"
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": [
{
"shopId": 2791298,
"shopName": "string",
"updatePeriod": "2026-05-20",
"itemTitle": "string",
"itemId": 0,
"category": {
"categoryId": 0,
"level1CategoryId": 0,
"level2CategoryId": 0,
"level3CategoryId": 0,
"typeId": 0,
"categoryNameCn": "string",
"categoryNameRu": "string"
},
"brand": "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,
"commissionRates": {
"fboCommissionRate": "50.00%",
"fbsCommissionRate": "50.00%",
"rfbsCommissionRate": "50.00%",
"fbpCommissionRate": "50.00%"
},
"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
}