SPORT Product |
---|
Within the permitted baggage allowance, it is allowed to include Sports equipment. The type of Sports baggage (in addition to the 23kg bag) must be requested during the booking process and always within the permitted baggage allowance.
Presently, the purchase of this product is available in instant purchase scenarios and On-Hold flows.
The types of Sports baggage allowed are shown in the table below. Please, note that this Sport product includes sporting equipment (Surf, Scuba, and Fishing) that cannot be purchased as an Ancillary.
Although the InstructionList codes are similar to those also used when purchasing Sporting Equipment Ancillaries, this is a separate private product, which can coexist with the purchase of Sporting Equipment Ancillaries.
It is necessary to include the type of Sports baggage by segment and passenger, which can be done up to 72 hours before the scheduled departure flight. This is done by including the type of Sports baggage to be carried in the InstructionList section within the DataLists, using the following codes:
Sports Equipment | Code to be used |
---|---|
BIKE | BAGGAGE/SP/0EC |
SKII | BAGGAGE/SP/0DD |
GOLF | BAGGAGE/SP/0D4 |
SURF | BAGGAGE/SP/0D8 |
SCUB | BAGGAGE/SP/0EE |
FISH | BAGGAGE/SP/0D6 |
The information regarding the details is included in the message response, later displayed in the following examples.
AirShoppingRQ |
The AirShoppingRQ contains the same FarePreferences
type code as in our Private Fare Types table.
<Preference> <FarePreferences> <Types> <Type PreferencesContext="SPORT">758</Type> </Types> </FarePreferences> <FlightPreferences> <...> </Preference>
AirShoppingRS and OfferPriceRS |
In the response, the Sport equipment requested is returned in the DescriptionList
and FareList
.
<DescriptionList> <Description ObjectKey="SPORT"> <Text>SPORT</Text> </Description> </DescriptionList> <...> <FareList> <FareGroup refs="SPORT" ListKey="VDNNANM4"> <Fare> <FareCode>758</FareCode> </Fare> <FareBasisCode> <Code>VDNNANM4</Code> </FareBasisCode> </FareGroup> </FareList>
OrderCreateRQ |
---|
The way this product can be requested is through the the InstructionsList
section, and it can also be carried out within instant purchase and On-Hold scenarios.
As shown in the following example, the ADULT_01
is requesting to carry Fishing equipment (BAGGAGE/SP/0D6
) and Surfing equipment(BAGGAGE/SP/0D8
). This is due to the fact that this passenger is also associated to an Infant passenger type, in which case it is allowed to carry two Sports equipments within the permitted baggage allowance of the Sport product.
Note: It is not possible to request Sports equipment for the Infant passenger type. You will find an example of the Warning returned in such cases in our Warning Messages page.
<InstructionsList> <Instruction ListKey="Instruction_01"> <FreeFormTextInstruction refs="ADULT_01 IB310320231008 IB044220231008 IB044720231015 IB310620231015"> <Remark>BAGGAGE/SP/0D6</Remark> </FreeFormTextInstruction> </Instruction> <Instruction ListKey="Instruction_02"> <FreeFormTextInstruction refs="ADULT_02 IB310320231008 IB044220231008 IB044720231015 IB310620231015"> <Remark>BAGGAGE/SP/0EC</Remark> </FreeFormTextInstruction> </Instruction> <Instruction ListKey="Instruction_03"> <FreeFormTextInstruction refs="ADULT_01 IB310320231008 IB044220231008 IB044720231015 IB310620231015"> <Remark>BAGGAGE/SP/0D8</Remark> </FreeFormTextInstruction> </Instruction> </InstructionsList>
OrderViewRS |
---|
Being the Sport product correctly requested in our systems, the response will return the correct structure along with the status of that request.
Within the InstructionsList
we return the equipment requested as part of the Sport product baggage allowance. Please, note that the status “NN“ is appended indicating that the carriage of this equipment has been requested and is pending confirmation.
As in the previous example, here we can see the same type of passenger, ADULT_01, carrying two Sports baggage.
<InstructionsList> <Instruction ListKey="INSTRUCTION_01"> <FreeFormTextInstruction refs="ADULT_01 IB310320231008 IB044220231008 IB044720231015 IB310620231015"> <Remark>BAGGAGE/SP/0D6/NN</Remark> </FreeFormTextInstruction> </Instruction> <Instruction ListKey="INSTRUCTION_02"> <FreeFormTextInstruction refs="ADULT_02 IB310320231008 IB044220231008 IB044720231015 IB310620231015"> <Remark>BAGGAGE/SP/0EC/NN</Remark> </FreeFormTextInstruction> </Instruction> <Instruction ListKey="INSTRUCTION_03"> <FreeFormTextInstruction refs="ADULT_01 IB310320231008 IB044220231008 IB044720231015 IB310620231015"> <Remark>BAGGAGE/SP/0D8/NN</Remark> </FreeFormTextInstruction> </Instruction> </InstructionsList>
Once the request for Sport equipment has been processed, you may see one of two different status codes returned:
HK = Confirmed
In the case where request for Sport equipment has been rejected, it will not be included in the InstructionsList
in the OrderViewRS.
If the Sport product has not been correctly requested, a Warning will be returned. Please, visit our Warnings Messages page of the Sport product to learn more about the warning scenarios this new functionality includes.
Examples of messages with complete flows can be downloaded from here.