Shopping
Price offer
Confirm the price of an offer before booking.
POST
/v1/offers/priceRequires X-API-KeyRe-validates a shopping offer against the airline and locks the price for the duration of `expires_at`. Always call this immediately before charging the customer.
Authorization
X-API-KeystringRequiredOpaque API key issued from the Norba dashboard. Sent on every request as the X-API-Key HTTP header. Missing or invalid keys are rejected with 401 Unauthorized.
Request body
offer_idsarray<string>RequiredOne or more offer IDs returned by Search.
Error codes
offer_expiredOffer TTL passed — issue a new search.
inventory_lostSeat sold to another booking before pricing.