Skip to main content

ServiceList

A ServiceList request is optional as part of the selling flow. It retrieves special assistance services as well as à la carte services such as carry-on and checked bags.

Modifying existing orders

Only use this endpoint for new orders. A dedicated NDC endpoint exists for servicing existing orders.

Request elements

  • OfferID from OfferPrice

Available services

The services returned on ServiceList vary based on the fare products selected.

ServiceCodeNamePriceClass code compatibilityPricing
AZUNicestBY, EZ, FGPriced
BLNDGuest is blind or low visionAllFree
BZBYBZBYAllPriced or included
BZUNicerBY, EZ, FGPriced
CB1Checked bag 1AllPriced or included
CB2Checked bag 2AllPriced or included
CB3Checked bag 3AllPriced
COBCarry-on bagAllPriced or included
DEAFGuest is deaf or heard of hearingAllFree
DPNAGuest with intellectual or developmental disabilityAllFree
LANGNon-English speakerAllFree
MAASMeet and assistAllFree
MEDAMedical caseAllFree
PETCPet in cabinAllPriced
PPOCPersonal portable oxygen concentratorAllFree
PRTYPriority boardingBY, EZ, FGOnly included with BZU ServiceCode
SVANGuest with service animal in cabinAllFree
WCBDWheelchair dry cell batteryAllFree
WCBWWheelchair wet cell batteryAllFree
WCHCAisle chairAllFree
WCHRWheelchair assistanceAllFree
WCHSWheelchairs no stairsAllFree
WCOBWheelchair stow onboardAllFree
WIFIWifiAllPriced

ServiceList sample

POST /api/Selling/r3.x/v21.3/ServiceList
<IATA_ServiceListRQ  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>
<OrgID>MX</OrgID>
</ParticipatingOrg>
</DistributionChainLink>
</DistributionChain>
<PayloadAttributes>
<VersionNumber xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes">21.3</VersionNumber>
</PayloadAttributes>
<Request>
<ServiceListCoreRequest xmlns="http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes">
<OfferRequest>
<Offer>
<OfferID>sid-a661eaca-970d-4ab3-bc57-3ecf68e4a035</OfferID>
<OwnerCode>MX</OwnerCode>
</Offer>
</OfferRequest>
</ServiceListCoreRequest>
</Request>
</IATA_ServiceListRQ>