An array of packages objects is included in shipment responses and webhooks. This object is called shipment_packages in responses and webhooks.
Field | Type | Description |
---|---|---|
id | number (double) | The ID of this object in Delivery Hub. |
fulfillment_id | number (double) | Bringg's ID for this fulfillment. |
order_id | number (double) | Bringg's ID for this order. |
package_id | number (double) | The ID of the package type. |
package_weight | number (double) | The total package weight, including all packed items. |
shipment_id | number (double) | Delivery Hub's ID for this shipment. |
tracking_number | string | The tracking number provided by the carrier. |
label | string | The label, encoded in base64 format. |
return_label | string | The return label, encoded in base64 format. |