{ "site": "tw", "startDate": "2026-05-01", "endDate": "2026-05-26", "pageNo": 1, "pageSize": 10 }
curl --location '/api/shopee/site/date/query' \ --header 'Content-Type: application/json' \ --data '{ "site": "tw", "startDate": "2026-05-01", "endDate": "2026-05-26", "pageNo": 1, "pageSize": 10 }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ { "date": "2026-05-26", "site": "tw", "shopCount": 50000, "activeShopCount": 30000, "itemCount": 1000000, "activeItemCount": 600000, "sales30day": 5000000, "gmv30day": 250000000 } ], "total": 100, "pageNo": 1, "pageSize": 20 }