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 details

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

Request

Header Params

Body Params application/json

Example
{
    "no": "test20240625001"
}

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/orderInfo' \
--header 'key;' \
--header 't;' \
--header 'username;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "no": "test20240625001"
}'

Responses

🟢200成功
application/json
Body

Example
{
	"data": {
		"no": "test20240625001",
		"is_signature_service": false,
		"is_prod": true,
		"tracking_number": "1ZG2G1560339285234",
		"freight_class": "70",
		"practical_weight": "13.018",
		"practical_boxes_number": 3,
		"is_residential": true,
		"charge_weight": "31.000",
		"charge_weight_unit": "LBS",
		"charge_amount": "24.20",
		"additionally_proportion": 0.03,
		"additionally_amount": "0.00",
		"gfp_discount_percent": 0,
		"bill_boxes_number": 0,
		"bill_amount": 0,
		"bill_weight": "0.000",
		"bill_weight_unit": null,
		"removing_at": null,
		"removed_at": null,
		"real_removed_at": null,
		"status": 1,
		"note": null,
		"children": [
			{
				"box_sequence_number": 1,
				"tracking_number": "1ZG2G1560339285234",
				"weight": "3.020",
				"length": "20.20",
				"width": "30.30",
				"height": "20.40",
				"reference": "T2022011801-1,T20221031001",
				"charge_weight": "6.658",
				"charge_weight_unit": "LBS",
				"is_bill": false,
				"bill_amount": null,
				"bill_weight": null,
				"bill_weight_unit": null
			},
			{
				"box_sequence_number": 2,
				"tracking_number": "1ZG2G1560324333245",
				"weight": "4.999",
				"length": "20.00",
				"width": "20.00",
				"height": "30.00",
				"reference": "T2022011801-2,T20221031001",
				"charge_weight": "11.021",
				"charge_weight_unit": "LBS",
				"is_bill": false,
				"bill_amount": null,
				"bill_weight": null,
				"bill_weight_unit": null
			},
			{
				"box_sequence_number": 3,
				"tracking_number": "1ZG2G1560337555455",
				"weight": "4.999",
				"length": "20.00",
				"width": "20.00",
				"height": "30.00",
				"reference": "T2022011801-2,T20221031001",
				"charge_weight": "11.021",
				"charge_weight_unit": "LBS",
				"is_bill": false,
				"bill_amount": null,
				"bill_weight": null,
				"bill_weight_unit": null
			}
		]
	},
	"code": 200,
	"message": "OK"
}
🟠404失败
Modified at 2026-01-01 01:06:25
Previous
Invoice Enquiry
Next
Download the label
Built with