Authorization: ********************{
"brandNames": "Xiaomi,Samsung",
"updatePeriod": "2026-05-20",
"sortField": "SALES",
"sortDirection": "ASC"
}curl --location '/api/v1/brands/detail/query' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"brandNames": "Xiaomi,Samsung",
"updatePeriod": "2026-05-20",
"sortField": "SALES",
"sortDirection": "ASC"
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": [
{
"brandName": "string",
"category": {
"categoryId": 0,
"level1CategoryId": 0,
"level2CategoryId": 0,
"level3CategoryId": 0,
"typeId": 0,
"categoryNameCn": "string",
"categoryNameRu": "string"
},
"updatePeriod": "2026-05-20",
"brandSalableProductCount": 0,
"brandSalableProductRate": "50.00%",
"monthSales": 0,
"monthGmv": 123.45,
"top5BrandGmvRate": "50.00%",
"brandGmvRate": "50.00%",
"top10ProductGmv": 123.45,
"top10ProductGmvRate": "50.00%",
"top10AveragePrice": 123.45
}
]
}