Webhooks Overview

Use webhooks to react to parcel lifecycle changes without polling. Retrieve current quote or parcel state through the API after receiving an event — events notify, the API is the source of truth.

Lifecycle stageEvent
Parcel created (warehouse receipt)parcel.created
Tracking milestone changestracking.{step}
Booking confirmedno event yet — poll the quote
Quote cancelledno event yet — poll the quote

Only the events above are currently emitted. Additional lifecycle coverage is tracked as implementation work, not documented as available.