Name | Type | Description | Notes |
---|---|---|---|
consignment_number | str | Consignment Number<br />Only populated for services that support Multi-Packages | [optional] |
consignment_tracking_url | str | Consignment Tracking URL<br />Only populated for services that support Multi-Packages | [optional] |
packages | list[PackageResponse] | Packages<br />Details each package tracking information and Unique Id. | [optional] |
routing | RoutingResponse | [optional] | |
label_image_format | str | Label Image Format | [optional] |
label_images | str | Label Images<br />Any labels that have been created as a result of the request.<br />Depends on Label Image Format.<br /> <br />PDF<br />Base 64 encoded PDF<br /> <br />PNG<br />Base 64 encoded PNG<br /> <br />ZPL 300 / 203 dpi<br />Base 64 encoded PRN (text file)<br /> <br />Data stream<br />Not Included - see Packages for Data Stream responses | [optional] |
customs_documents | str | Customs Documents<br />Base 64 encoded PDF<br />Any customs documents that have been created as a result of the request. | [optional] |
return_label_image_format | str | Return Label Image Format | [optional] |
return_label_images | str | Return Label Images<br />Any return labels that have been created as a result of the request and label option settings.<br />Depends on ReturnLabelImageFormat.<br /> <br />PDF<br />Base 64 encoded PDF<br /> <br />PNG<br />Base 64 encoded PNG<br /> <br />ZPL 300 / 203 dpi<br />Base 64 encoded PRN (text file) | [optional] |
http_status_code | int | HTTP Status Code | |
http_status_description | str | HTTP Status Description | |
message | str | Message<br />Successful response may include a success message.<br />Failure responses will have general reason as to why. Further details may be contained in the list of errors. | [optional] |
errors | list[ErrorDetail] | Errors<br />Details about why a request failed. | [optional] |