CAT KISS FISH
  1. Order
CAT KISS FISH
  • Start
  • 【Get access_token】
    • access_token
      GET
  • Product
    • Design List
      POST
    • Product List
      POST
    • API/CSV Products
      POST
    • Product Detail
      GET
  • Order
    • Order List
      POST
    • Order Detail
      GET
    • Create Online Design Order
      POST
    • Create Auto Design Order
      POST
    • Query Order Tracking Number
      GET
    • Query Order Tracking Info
      POST
  1. Order

Order List

POST
/open/api/order/list

Request

Header Params

Body Params application/json

Example
{
    "pageNum": "1",
    "pageSize": "5",
    "id": "string",
    "platformOrderId": "string",
    "storeOrderId": "string",
    "state": 0,
    "startDate": "string",
    "endDate": "string"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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"
}'

Responses

🟢200Success
application/json
Body

Example
{
  "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": ""
        }
      }
    ]
  }
}
Modified at 2025-10-28 06:48:58
Previous
Product Detail
Next
Order Detail
Built with