Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.6 KB

File metadata and controls

21 lines (18 loc) · 2.6 KB

PackageResponse

Properties

Name Type Description Notes
package_occurance int Package Occurence<br />Unique package number within this shipment
unique_id str Unique Shipment ID<br />All shipments are assigned a unique Shipment ID. [optional]
tracking_number str Shipment Tracking Number<br />Final Mile carrier tracking number.<br />Only populated for services that support tracking numbers. [optional]
tracking_url str Tracking URL<br />Final Mile Tracking, if available. [optional]
carrier_code str Carrier Code<br />The allocated carrier. [optional]
primary2_d_barcode_image str Primary 2D Barcode Image<br />Only populated for Data Stream response.<br />Base64 Encoded PNG Image of the 2D data matrix barcode. [optional]
primary2_d_barcode_data str Primary 2D Barcode Data - Base 64 Encoded<br />Only populated for Data Stream response.<br />Data required to create your own 2D data matrix barcode. Please decode before use. [optional]
formatted_unique_id str Formatted Unique Id<br />Only populated for Data Stream response.<br />Label for 2D data matrix barcode. [optional]
high_volume_barcode_data str High Volume Barcode Data<br />Only populated for Data Stream response where the service requires the barcode on the label.<br />Data required to create your own High Volume barcode. [optional]
high_volume_barcode_image str High Volume Barcode Image<br />Only populated for Data Stream response where the service requires the barcode on the label.<br />Base64 Encoded PNG Image of the High Volume barcode. [optional]
high_volume_sort_code str High Volume Sort Code<br />Only populated for Data Stream response where the service requires the sort code on the label. [optional]
primary1_d_barcode_data str Primary 1D Barcode Data<br />Only populated for Data Stream response where the service requires the barcode on the label.<br />Data required to create your own 1D barcode. [optional]
primary1_d_barcode_image str Primary 1D Barcode Image<br />Only populated for Data Stream response where the service requires the barcode on the label.<br />Base64 Encoded PNG Image of the 1D barcode. [optional]

[Back to Model list] [Back to API list] [Back to README]