{ "site": "tw", "brandName": "Nike", "timest": "2026-05-26" }
curl --location '/api/shopee/brand/price/distribute/query' \ --header 'Content-Type: application/json' \ --data '{ "site": "tw", "brandName": "Nike", "timest": "2026-05-26" }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ { "date": "2026-05-26", "site": "tw", "priceRange": "0-50", "itemCount": 100, "shopCount": 10, "activeItemCount": 80, "sales30day": 5000, "sales30dayRatio": 25.5 } ] }