Authorization: ********************{
"pageNo": 1,
"pageSize": "15",
"itemId": 123456789,
"startUpdatePeriod": "2026-04-22",
"endUpdatePeriod": "2026-05-21",
"sortDirection": "ASC"
}curl --location '/api/v1/products/info-tracks/query' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"pageNo": 1,
"pageSize": "15",
"itemId": 123456789,
"startUpdatePeriod": "2026-04-22",
"endUpdatePeriod": "2026-05-21",
"sortDirection": "ASC"
}'{
"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": "2026-05-20",
"price": 123.45,
"cardPrice": 123.45,
"originalPrice": 123.45,
"reviewCount": 0,
"rating": 123.45,
"competitiveCount": 0,
"variantProductCount": 0
}
],
"total": 100,
"pageNo": 1,
"pageSize": 20
}