An array of shipment_event objects is included in shipment responses and webhooks.
Field | Type | Description |
---|---|---|
id | number (double) | The ID of this object in Delivery Hub. |
shipping_account_id | number (double) | The ID of the shipping account used for this event. |
timestamp | string | The date and time when the shipment event occured. |
type | string | The type of shipment event. Possible values include: status_update checkpoint carrier_assignment_failure |
value | string | The name and description of the event that triggered this webhook. |
with_shipping_rules | boolean | Indicates whether shipping rules were applied to this event. |