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 Info

POST
/open/api/order/query/order/tracking/info

Request

Header Params
access-token
string 
required
Default:
dnKoMgUlXd3t0vvGpV7M5L6ttWo2lbcRCkpHcHxHRLTDwSKK57OEUeRJ90wU
Body Params application/json
orderId
string  | null 
required
Order Id
logisticNumber
string  | null 
required
Logistic number
logisticKey
string  | null 
required
Logistic Key
Example
{
    "orderId": "2025071616010614841280",
    "logisticNumber": "JT30275629646531",
    "logisticKey": "12016"
}

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/order/query/order/tracking/info' \
--header 'access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "orderId": "2025071616010614841280",
    "logisticNumber": "JT30275629646531",
    "logisticKey": "12016"
}'

Responses

🟢200Success
application/json
Body
code
integer  | null 
optional
code 0:success
message
string  | null 
optional
data
object () 
optional
Example
{
  "code": 0,
  "message": "",
  "data": {}
}
Modified at 2025-07-17 10:07:42
Previous
Query Order Tracking Number
Built with