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

Query Order Tracking Number

GET
/open/api/order/query/order/tracking/number

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/query/order/tracking/number?id' \
--header 'access-token;'

Responses

🟢200Success
application/json
Body
code
integer  | null 
optional
code 0:success
message
string  | null 
optional
data
array[object (LogisticVo) {3}]  | null 
optional
logisticName
string  | null 
optional
Logistics name
logisticKey
string  | null 
optional
Logistics key
logisticNumber
string  | null 
optional
Logistics number
Example
{
  "code": 0,
  "message": "",
  "data": [
    {
      "logisticName": "",
      "logisticKey": "",
      "logisticNumber": ""
    }
  ]
}
Modified at 2025-07-17 09:37:14
Previous
Create Auto Design Order
Next
Query Order Tracking Info
Built with