1. V2
TW-API-EN
  • Document Description
  • Request
  • Response
  • V2
    • Get the list of delivery channels
      POST
    • Order trial calculation
      POST
    • Order forecast
      POST
    • Prepaid charge
      POST
    • Order status inquiry
      POST
    • Invoice Enquiry
      POST
    • Order details
      POST
    • Download the label
      POST
    • Order deleted
      POST
    • Query the invoice details
      POST
    • Available banlance
      POST
  • T86
    • Query bag information
      POST
    • Delete the package
      POST
    • Create a package
      POST
    • Review bag
      POST
  1. V2

Order status inquiry

POST
/api/v2/orderCheck
Last modified:2026-01-01 01:06:25

State enumeration#

Code valueCode description
-1Abnormal error
-2Verification failed
-4Insufficient balance
-6Trial calculation failed
-9Request failed
1Received the request
2In form validation
3Form verification completed
4Verifying the balance
5The balance is sufficient.
6In the trial calculation
7The trial calculation is completed.
8Send request
9In request
10The forecast is completed

Request

Header Params

Body Params application/json

Example
{
    "request_id": "2fb2d391-feba-4a6e-b855-acaa8418680a"
}

Request Code 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 '/api/v2/orderCheck' \
--header 'key;' \
--header 't;' \
--header 'username;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "request_id": "2fb2d391-feba-4a6e-b855-acaa8418680a"
}'

Responses

🟢200成功
application/json
Body

Example
{
    "code": 200,
    "message": "OK",
    "data": {
        "request_id": "2fb2d391-feba-4a6e-b855-acaa8418680a",
        "no": "test20240625001",
        "errors": [],
        "status": 10
    }
}
🟠400失败
Modified at 2026-01-01 01:06:25
Previous
Prepaid charge
Next
Invoice Enquiry
Built with