{ "site": "tw", "shopId": 12345678, "timest": "2026-05-26", "sortType": 1, "rankType": 3 }
curl --location '/api/shopee/shop/item/price/distribute/query' \ --header 'Content-Type: application/json' \ --data '{ "site": "tw", "shopId": 12345678, "timest": "2026-05-26", "sortType": 1, "rankType": 3 }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ { "date": "2026-05-26", "priceRange": "0-50", "sales": 1000, "gmv": 50000, "salesRatio": 25.5, "gmvRatio": 30 } ] }