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
access-token
string 
required
Default:
dnKoMgUlXd3t0vvGpV7M5L6ttWo2lbcRCkpHcHxHRLTDwSKK57OEUeRJ90wU
Body Params application/json
pageNum
integer  | null 
required
Page Number
Default:
1
pageSize
integer  | null 
required
Page Size
Default:
5
name
string  | null 
optional
Product name
categoryId
string  | null 
optional
Product category id
styleCode
string  | null 
optional
Product style code
Example
{
    "pageNum": 1,
    "pageSize": 10,
    "styleCode": "Dress2-34",
    "name": "All-Over Print Women's Formal Satin Long Dress-Yami Satin 210GSM"
}

Request 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;' \
--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
code
integer  | null 
optional
code 0:success
message
string  | null 
optional
data
object (CustomPage«ProductVo») 
optional
total
integer  | null 
optional
total records
current
integer  | null 
optional
current page number
size
integer  | null 
optional
page size
records
array[object (ProductVo) {14}]  | null 
optional
records data
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