Authentication
Breeze NDC/XML APIs are handled by the Breeze Offer Order service. Use your partner API key to obtain a bearer token from:
AirlineProfile
IATA_AirlineProfileRQ returns the routes that Breeze sells. Use it to determine whether to send an AirShopping request.
AirShopping
IATAAirShoppingRQ searches for flight offers and returns an IATAAirShoppingRS. It is the XML counterpart of the JSON create offers flow.
OfferPrice
IATA_OfferPriceRQ prices offers selected from AirShopping and returns the quoted result as a new offer. It is the XML counterpart of the JSON price offer.
SeatAvailability
IATA_SeatAvailabilityRQ returns the seat map and priced, selectable seats for a cached offer or an existing order. It is the XML counterpart of the JSON offer ancillaries and order ancillaries seat endpoints.
ServiceList
IATA_ServiceListRQ returns priced, selectable ancillary services (SSRs such as bags) for a cached offer or an existing order. It is the XML counterpart of the JSON offer ancillaries and order ancillaries service endpoints.
OrderCreate
IATAOrderCreateRQ creates a booking from an offer priced by OfferPrice, optionally including selected ancillary seats and services. It is the XML counterpart of the JSON create order. Returns 201 Created with an IATAOrderViewRS.
OrderRetrieve
IATA_OrderRetrieveRQ retrieves a booking by order ID. Bookings do not need to originate from our API to be retrievable. In other words, a booking made over EDIFACT on a GDS could be retrieved over API as long as the request is from the originating agency.
OrderChange
IATAOrderChangeRQ modifies an existing booking: passenger, contact, and payment changes, ancillary seat/service acceptance, cancelling unpaid orders, and committing reshop offers. It is the XML counterpart of the JSON change order. Returns an IATAOrderViewRS with the updated order.
OrderReshop
IATA_OrderReshopRQ shops replacement flights or quotes cancellation and name-change impacts for an existing booking. It is the XML counterpart of the JSON reshop order.
OrderQuote
IATAOrderQuoteRQ prices a reshop offer selected from OrderReshop and returns the change impact as a PriceDifferential. It is the XML counterpart of the JSON quote order. The RS root is IATAOrderReshopRS.
OrderList
IATA_OrderListRQ searches agency bookings and returns lightweight order summaries. Use it when you have search criteria, not a specific order ID. The current OrderRefID in the response is the Navitaire record locator, so bookings do not need to originate in Breeze Offer Order to appear in results.