inventory.in_transit
A Baúl delivery order has been dispatched and is en route — Caracol surfaces an in-transit status on the linked movement. Fire-and-forget; Caracol may show location + ETA when provided.
Senders
baul
Receivers
caracol
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"baulDeliveryOrderId": "string",
"externalOrderId": "string (Caracol movementId or saleId)",
"location": "string | null (depot id, lat/lng, or label)",
"eta": "string | null (ISO-8601 estimated arrival)"
}Example payload
The following is a synthetic payload that matches the schema. Production payloads are signed with HMAC-SHA256 and delivered to each receiver's registered webhook endpoint.
json
{
"baulDeliveryOrderId": "example-baulDeliveryOrderId",
"externalOrderId": "example-externalOrderId",
"location": "example-location",
"eta": "example-eta"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.