CAT KISS FISH
  1. Product
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. Product

API/CSV Products

POST
/open/api/products/auto/design/list

Request

Header Params

Body Params application/json

Example
{
    "pageNum": 1,
    "pageSize": 10,
    "styleCode": "Dress2-34",
    "name": "All-Over Print Women's Formal Satin Long Dress-Yami Satin 210GSM"
}

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/products/auto/design/list' \
--header 'access-token: fsgTfwVtxnXmT2ZU4gtA7uWakedSmXypfwOQyAusrEAx1gJJFG7rzNq6JbwS' \
--header 'Content-Type: application/json' \
--data-raw '{
    "pageNum": 1,
    "pageSize": 10,
    "styleCode": "Dress2-34",
    "name": "All-Over Print Women'\''s Formal Satin Long Dress-Yami Satin 210GSM"
}'

Responses

🟢200Success
application/json
Body

Example
{
  "code": 0,
  "message": "",
  "data": {
    "total": 0,
    "current": 0,
    "size": 0,
    "records": [
      {
        "name": "",
        "styleCode": "",
        "designPattern": 0,
        "averageDeliveryTime": "",
        "mostAverageDeliveryTime": "",
        "productionTime": "",
        "material": "",
        "mainImage": "",
        "sizeNameList": [
          ""
        ],
        "imageList": [
          ""
        ],
        "colorSizeInfoList": [
          {
            "hexValue": "",
            "color": "",
            "size": "",
            "price": 0,
            "weight": 0,
            "saleState": false
          }
        ],
        "colorInfoList": [
          {
            "hexColor": "",
            "colorEnName": ""
          }
        ],
        "dimensions": [
          {
            "type": 0,
            "supportUploadFormat": "",
            "name": "",
            "fieldName": ""
          }
        ],
        "shippingFeesMap": {
          "": 0
        }
      }
    ]
  }
}
Modified at 2025-07-16 08:39:16
Previous
Product List
Next
Product Detail
Built with