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

Query the invoice details

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

Request

Header Params

Body Params application/json

Example
{
    "bill_id":1,
    "page":1,
    "limit":2
}

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/getBillInfo' \
--header 'key;' \
--header 't;' \
--header 'username;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "bill_id":1,
    "page":1,
    "limit":2
}'

Responses

🟢200成功
application/json
Body

Example
{
	"code": 200,
	"message": "OK",
	"data": {
		"current_page": 1,
		"data": [
			{
				"id": 1,
				"no": "10652-5299",
				"main_number": "883474391839",
				"tracking_number": "883474391839",
				"product_name": "美西 Fedex Ground HD",
				"value": -0.34,
				"fee_name": "派送费"
			},
			{
				"id": 2,
				"no": "10652-5299",
				"main_number": "883474391839",
				"tracking_number": "883474391840",
				"product_name": "美西 Fedex Ground HD",
				"value": -0.34,
				"fee_name": "派送费"
			}
		],
		"last_page": 196,
		"per_page": "2",
		"total": 391
	}
}
🟠404失败
Modified at 2026-01-01 01:06:25
Previous
Order deleted
Next
Available banlance
Built with