Skip to main content

AirShopping

Request elements

Sample markets

Breeze operates less-than-daily service, and results are not available for all days in all markets. Breeze also operates direct flights, where planes stop at an intermediate city and passengers continuing to an onward destination remain on the plane.

Sample routes (last updated: April 2025)
  • SNA-PVU: route operates twice daily (bidirectional)
  • CHS-LAS: route offers near-daily flights, some direct (BreezeThru) and some nonstop
  • PVD-MCO: route offers near-daily flights, some nonstop, some direct (BreezeThru), some connections
  • BDL-MCO: route offers flights on Monday, Thursday, Friday, and Sundays, some nonstop, some direct (BreezeThru), some connections

AirShopping samples

Round trip for 2 adults, 2 children

POST /api/Selling/r3.x/v21.3/AirShopping
<?xml version="1.0" encoding="utf-8"?>
<IATA_AirShoppingRQ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersMessage">
<DistributionChain>
<DistributionChainLink xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes">
<Ordinal>1</Ordinal>
<OrgRole>Seller</OrgRole>
<ParticipatingOrg>
<Name>NDC Travel Agency</Name>
<OrgID>10123456</OrgID>
</ParticipatingOrg>
</DistributionChainLink>
</DistributionChain>
<PayloadAttributes>
<VersionNumber xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes">21.3</VersionNumber>
</PayloadAttributes>
<Request>
<FlightRequest xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes">
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<DestArrivalCriteria>
<IATA_LocationCode>CHS</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-05-12</Date>
<IATA_LocationCode>TPA</IATA_LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
<OriginDestCriteria>
<DestArrivalCriteria>
<IATA_LocationCode>TPA</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-05-19</Date>
<IATA_LocationCode>CHS</IATA_LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<PaxList xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes">
<Pax>
<PaxID>ADT0</PaxID>
<PTC>ADT</PTC>
</Pax>
<Pax>
<PaxID>ADT1</PaxID>
<PTC>ADT</PTC>
</Pax>
<Pax>
<PaxID>CHD2</PaxID>
<PTC>CHD</PTC>
</Pax>
<Pax>
<PaxID>CHD3</PaxID>
<PTC>CHD</PTC>
</Pax>
</PaxList>
<ResponseParameters xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes">
<CurParameter>
<CurCode>USD</CurCode>
</CurParameter>
</ResponseParameters>
</Request>
</IATA_AirShoppingRQ>