Webhook for updates to orders and trips. Subscribe to this endpoint to receive updates.
By default, Qargo sends payloads using the OperationalVisibilityUpdate schema:
orderforOrderUpdate,StopUpdate,DocumentUpdate,EtaUpdate, andHandlingUnitUpdateevents.
OrderImportUpdate and other events not listed above may not include order. The trip field is not populated by default; including it requires a custom webhook format configured by Qargo.
A custom webhook format configured by Qargo may use a different structure.
Any of:
Events tracked in this update. PositionUpdate is not implemented yet. 🚧
Any of:
Current state of the order. Included for OrderUpdate, StopUpdate, DocumentUpdate, EtaUpdate, and HandlingUnitUpdate events. Never included together with trip on the same event.
POST
- OperationalVisibilityUpdate
- object
{ "events": [ { … } ], "order": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "order_name": "INV-7980", "customer_reference_number": "string", "customer": { … }, "status": "ACCEPTED", "custom_fields": {}, "stops": [ … ], "consignment": { … } }, "trip": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "orders": [ … ], "stops": [ … ] } }