Endpoint coming soon

The Shopping API is under active development and not yet available in production. Reference-data endpoints (airlines, airports, aircraft types) are live. Sign up below to be notified when this endpoint ships.

Shopping

Price offer

Confirm the price of an offer before booking.

POST/v1/offers/priceRequires X-API-Key

Re-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-KeystringRequired

Opaque 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>Required

One or more offer IDs returned by Search.

Error codes

offer_expired

Offer TTL passed — issue a new search.

inventory_lost

Seat sold to another booking before pricing.