{
"id": "49",
"pageNum": 1,
"pageSize": 10,
"platformOrderId": "32",
"storeOrderId": "83",
"state": 89,
"startDate": "2025-07-10 00:00:00",
"endDate": "2025-07-17 23:59:59"
}
curl --location --request POST 'https://www.catkissfish.com/website/open/api/order/list' \
--header 'access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "49",
"pageNum": 1,
"pageSize": 10,
"platformOrderId": "32",
"storeOrderId": "83",
"state": 89,
"startDate": "2025-07-10 00:00:00",
"endDate": "2025-07-17 23:59:59"
}'
{
"code": 0,
"message": "",
"data": {
"total": 0,
"current": 0,
"size": 0,
"records": [
{
"id": "",
"shopOrderId": "",
"pyShopOrderId": "",
"state": 0,
"payType": 0,
"amount": 0,
"payAmount": 0,
"productDiscountAmount": 0,
"discountAmount": 0,
"designPriceDiscountAmount": 0,
"logisticsPrice": 0,
"logisticsDiscountAmount": 0,
"reduceRegistrationFee": 0,
"clearanceFee": 0,
"userRemark": "",
"payDate": "",
"startProductionDate": "",
"entryDate": "",
"deliverDate": "",
"cancelDate": "",
"finishDate": "",
"userMessage": "",
"items": [
{
"productName": "",
"styleCode": "",
"sku": "",
"customerSku": "",
"size": "",
"sizeName": "",
"color": "",
"colorName": "",
"quantity": 0,
"material": "",
"mockupList": [
""
],
"designList": [
""
]
}
],
"shippingAddress": {
"userName": "",
"country": "",
"countryAbbreviation": "",
"province": "",
"city": "",
"postalCode": "",
"email": "",
"countryCode": "",
"phone": "",
"detailAddress": ""
}
}
]
}
}