March 2026
March 23, 2026
New Bookings API v2 endpoints
Added support for the full booking lifecycle:POSTCreate a bookingGETList all bookingsGETGet a booking by IDPUTCapture a bookingPOSTCancel a bookingPOSTReschedule a booking
/bookings/ path, replacing the previous /partner/booking/ path.New v2 Cities API
GETList Cities — returns a paginated, alphabetically sorted list of all discoverable cities.
Updates
- List Cities: new
limitparameter (default20, max20). - List Bookings: default results per page changed to
20, withlimitcapped at20. - All booking endpoints now return structured error responses (
400,403).
March 19, 2026
Pricing Field in Product v2 APIs
A newpricing field has been added to the Product v2 APIs, giving partners direct access to pricing information without needing to fetch inventory.Available on:- List Products —
pricingat the product level (minimum across all variants) - Get Product —
pricingat both the product and variant level
| Field | Booking Partners | Affiliates |
|---|---|---|
currency | Yes | Yes |
profileType | Yes | Yes |
headoutSellingPrice | Yes | Yes |
netPrice | Yes | — |
commissionAmount | — | Yes |