Authorization: ********************{
"shopIds": 2791298,
"period": "TWENTY_EIGHT_DAY",
"updatePeriod": "2026-05-20",
"sortField": "SALES",
"sortDirection": "ASC"
}curl --location '/api/v1/shops/detail/query' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"shopIds": 2791298,
"period": "TWENTY_EIGHT_DAY",
"updatePeriod": "2026-05-20",
"sortField": "SALES",
"sortDirection": "ASC"
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": [
{
"shopId": 2791298,
"shopName": "Сима-Ленд - Маркет",
"updatePeriod": "2026-05-20",
"shopLevel": "string",
"shopArea": "string",
"shopRating": 123.45,
"company": "ООО СИМА-МАРКЕТ",
"shopAddress": "string",
"shopCoverImage": "string",
"mainCategory": {
"categoryId": 0,
"level1CategoryId": 0,
"level2CategoryId": 0,
"level3CategoryId": 0,
"typeId": 0,
"categoryNameCn": "string",
"categoryNameRu": "string"
},
"openPeriod": "1年3个月",
"statisticCategory": {
"categoryId": 0,
"level1CategoryId": 0,
"level2CategoryId": 0,
"level3CategoryId": 0,
"typeId": 0,
"categoryNameCn": "string",
"categoryNameRu": "string"
},
"sales": 0,
"gmv": 123.45,
"productCount": 0,
"salableProductCount": 0,
"salesRate": "50.00%",
"top10AveragePrice": 123.45,
"top10ProductGmv": 123.45,
"top10BrandGmvRate": "50.00%"
}
]
}