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 Detail

GET
/open/api/order/detail

Request

Query Params
id
string 
required
Order ID
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/order/detail?id' \
--header 'access-token;'

Responses

🟢200Success
application/json
Body
code
integer  | null 
optional
code 0:success
message
string  | null 
optional
data
object (OrderVo) 
optional
id
string  | null 
optional
Order Id
shopOrderId
string  | null 
optional
Platform order ID
pyShopOrderId
string  | null 
optional
Store order ID
state
integer  | null 
optional
Order State(1:Unpaid 2:Awaiting Production 3:In production 4:Shipped 5:Finished 6:Cancelled 7:In Packing 8:Apply for refund 9:Refund success)
payType
integer  | null 
optional
Pay type(3:Paypal 4:Balance 5:Payoneer 6:LianLianPay 7:Stripe)
amount
integer  | null 
optional
Product total amount(Including design fees and taxes)
Default:
0
payAmount
integer  | null 
optional
Actual pay amount
Default:
0
productDiscountAmount
integer  | null 
optional
Product total discount amount
discountAmount
integer  | null 
optional
Discount amount
Default:
0
designPriceDiscountAmount
integer  | null 
optional
Design surface discount amount
logisticsPrice
integer  | null 
optional
Logistics amount
Default:
0
logisticsDiscountAmount
integer  | null 
optional
Logistics discount amount
reduceRegistrationFee
integer  | null 
optional
Registration Fee reduce
Default:
0
clearanceFee
integer  | null 
optional
Clearance Fee
userRemark
string  | null 
optional
Note
payDate
string  | null 
optional
Pay Date
startProductionDate
string  | null 
optional
Start Production Date
entryDate
string  | null 
optional
Storage Date
deliverDate
string  | null 
optional
Deliver Date
cancelDate
string  | null 
optional
Cancel Date
finishDate
string  | null 
optional
Finish Date
userMessage
string  | null 
optional
Message Board
items
array[object (OrderItemVo) {12}]  | null 
optional
Order details
shippingAddress
object (OrderShippingAddressVo) 
optional
Shipping Address
Example
{
  "code": 0,
  "message": "",
  "data": {
    "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-07-17 09:37:14
Previous
Order List
Next
Create Online Design Order
Built with