{
"shipperUpdated": {
"recipients": [
"<string>"
],
"timestamp": "<string>",
"eventType": "<string>",
"message": "<string>",
"referenceNumber": "<string>",
"loadId": "<string>"
},
"event": "shipperUpdated.created"
}Movements
On Shipper Updated
Sent by Vooma to your server when an update has been sent to a shipper.
WEBHOOK
onShipperUpdated
{
"shipperUpdated": {
"recipients": [
"<string>"
],
"timestamp": "<string>",
"eventType": "<string>",
"message": "<string>",
"referenceNumber": "<string>",
"loadId": "<string>"
},
"event": "shipperUpdated.created"
}Beta Feature: This functionality is currently in beta. You
may experience changes or limited support as we continue to improve it.
SHIPPER_UPDATED subscription) when a message is sent to a shipper so you can log it in your TMS. When a movement can be resolved, the payload is identified by movement using the same external ID conventions as the Movements API. Optional fields (movement, loadId, tmsSource) are omitted when Vooma could not resolve a movement or TMS load for the update. eventType is a free-form string, not an enum.
