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

Product Detail

GET
/open/api/products/detail

Request

Query Params
styleCode
string 
required
Style code
Header Params
access-token
string 
required
Default:
dnKoMgUlXd3t0vvGpV7M5L6ttWo2lbcRCkpHcHxHRLTDwSKK57OEUeRJ90wU

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 GET 'https://www.catkissfish.com/website/open/api/products/detail?styleCode' \
--header 'access-token;'

Responses

🟢200Success
application/json
Body
code
integer  | null 
optional
code 0:success
message
string  | null 
optional
data
object (ProductVo) 
optional
name
string  | null 
optional
Product name
styleCode
string  | null 
optional
Style code
designPattern
integer  | null 
optional
Design model,value 3:2D 4:3D
averageDeliveryTime
string  | null 
optional
Production time(90%)
mostAverageDeliveryTime
string  | null 
optional
Fastest production time
productionTime
string  | null 
optional
Production time(Gurantee)
material
string  | null 
optional
Fabric Name
mainImage
string  | null 
required
Main image url
sizeNameList
array[string] | null 
optional
Size list
imageList
array[string] | null 
optional
Mockup list
colorSizeInfoList
array[object (ProductVariantInfoVo) {6}]  | null 
optional
Color size info list
colorInfoList
array[object (ProductColorInfoVo) {2}]  | null 
optional
Color info list
dimensions
array[object (ProductDimensionsVo) {4}]  | null 
optional
Dimensions list
shippingFeesMap
object (Map«Long») 
optional
Shipping price list
Example
{
  "code": 0,
  "message": "",
  "data": {
    "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:11:48
Previous
API/CSV Products
Next
Order List
Built with