{ "site": "tw", "shopId": 12345678, "timest": "2026-05-26", "categoryId": 100001, "level": 1, "pageNo": 1, "pageSize": 20 }
curl --location '/api/shopee/shop/cat/distribute/query' \ --header 'Content-Type: application/json' \ --data '{ "site": "tw", "shopId": 12345678, "timest": "2026-05-26", "categoryId": 100001, "level": 1, "pageNo": 1, "pageSize": 20 }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ { "date": "2026-05-26", "site": "tw", "categoryName": "Women's Clothing", "catId": 100001, "itemCount": 500, "itemRatio": 25.5, "avgPrice": 150, "sales": 1000, "sales30day": 30000, "gmv30day": 4500000, "totalSales": 500000, "totalGmv": 75000000, "totalComment": 10000, "totalLike": 5000 } ], "total": 100, "pageNo": 1, "pageSize": 20 }