Tracking request events
These events fire when a tracking request changes status.Transport milestone events
These events map to physical milestones in a container’s journey. They fire in roughly chronological order as a container moves from origin to destination.Origin
Transshipment
Feeder vessel
Destination
Rail (inland moves)
Estimated events
These events fire when an estimated departure or arrival time changes.Container update events
These events fire when container attributes change.Document processing events
These events fire when document extraction completes for accounts using document processing.
See Document Processing Workflows for payload structure and related document resources.
Payload structure
Every webhook notification follows the same structure: adata object containing the event metadata, and an included array with the related shipment, container, and event objects.
See Webhook Payloads for the common envelope and included-resource patterns. See Payload Examples for complete JSON samples.
Related
- Setting up webhooks — create and configure webhook endpoints
- Webhook Payloads — notification envelope and included resources
- Best practices — retry handling, idempotency, and reliability
- Webhook API Reference — programmatic webhook management