> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vooma.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# On Shipper Updated

> Sent by Vooma to your server when an update has been sent to a shipper.

<Warning>
  <strong>Beta Feature:</strong> This functionality is currently in beta. You
  may experience changes or limited support as we continue to improve it.
</Warning>

Vooma posts this webhook to your server (`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.


## OpenAPI

````yaml WEBHOOK onShipperUpdated
openapi: 3.1.0
info:
  title: api
  version: 0.1.0
  contact: {}
servers:
  - url: https://api.vooma.ai/v0
    description: Vooma API
security: []
paths: {}

````