{ "site": "tw", "level": 2, "categoryId": 100001, "timest": "2026-05-26" }
curl --location '/api/shopee/cat/price/distribute/query' \ --header 'Content-Type: application/json' \ --data '{ "site": "tw", "level": 2, "categoryId": 100001, "timest": "2026-05-26" }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ { "date": "2026-05-26", "priceRange": "0-50", "sales7day": 50000, "sales7dayRatio": 25, "activeItemCount": 3000, "activeItemRatio": 30, "avgSales": 16.67 } ] }