跳转到内容

Packing List

此内容尚不支持你的语言。

PackingListForOrder endpoint will generate 8x11 packing list pdf for one or many orders:

POST
https://api.teapplix.com/api2/PackingListForOrder Explorer

POST Request

SSCC Label For Order

'APIToken' header should be included in each request

PropertyTypeDescriptionConstraints
ProfileId integer Id of shipping profile, saved in Teapplix Setup RequiredMinimum: 1
TxnIds string[] List of order ids to generate SSCC label for Required
ForceRegen boolean Force re-generate SSCC label

POST Response - 200

Document

Document details

PropertyTypeDescriptionConstraints
Type string One of: URL, INLINE
ContentType string One of: PDF, ZIP, PNG, HTML, CSV
Content string RequiredMin-Length: 1

POST Response - 400

Message

PropertyTypeDescriptionConstraints
Success boolean Always false on this envelope. Message is the error envelope (4xx/5xx); Success is kept on the wire so legacy clients can branch on it without parsing the HTTP status. Required
Code integer Indicate error code. Codes list and description are located on help page https://www.teapplix.com/help/?page_id=7115
Message string Message typically associated with errors
Description string[] Detailed description

POST Response - 500

Message

PropertyTypeDescriptionConstraints
Success boolean Always false on this envelope. Message is the error envelope (4xx/5xx); Success is kept on the wire so legacy clients can branch on it without parsing the HTTP status. Required
Code integer Indicate error code. Codes list and description are located on help page https://www.teapplix.com/help/?page_id=7115
Message string Message typically associated with errors
Description string[] Detailed description
Test Request