{
"pageNum": "1",
"pageSize": "5",
"id": "string",
"platformOrderId": "string",
"storeOrderId": "string",
"state": 0,
"startDate": "string",
"endDate": "string"
}curl --location --request POST 'https://www.catkissfish.com/website/open/api/order/list' \
--header 'access-token: fsgTfwVtxnXmT2ZU4gtA7uWakedSmXypfwOQyAusrEAx1gJJFG7rzNq6JbwS' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": "1",
"pageSize": "5",
"id": "string",
"platformOrderId": "string",
"storeOrderId": "string",
"state": 0,
"startDate": "string",
"endDate": "string"
}'{
"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": ""
}
}
]
}
}