Endpoints
Scopes:
inventory:read for read-only endpoints (GET), inventory:write for modifications (POST, PATCH, DELETE). Pricing calculations require the same workspace-scoped API access.Key concepts
- Departures represent scheduled inventory for a catalog product (
productId), including capacity, meeting point, and transport metadata. - All read and write operations must include the source
productId(query or body) so the API can enforce workspace ownership. - Availability is synchronised automatically when you create, update, or delete departures.
- Use the itinerary endpoint to fetch the versioned day/segment structure surfaced in booking flows; add
include=segments,optionsto enrich activities. - Use the price endpoint to estimate totals for a party (
pax,rooms,addons) before starting a booking.