Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For information on Iberia’s Checked Baggage Policy, please see https://www.iberia.com/es/luggage/allowance-in-hold/#!/baggages-search:~:text=some%20exceptions.-,Additional%20baggage,-If%20you%20need

Bags (15kg, 23 kg 23kg and 32 kg32kg) may be included in an OrderCreate (with or without payment), and held (on hold) with the flights until the Payment Time Limit (applicable to the bags) expires, which may be more restrictive than the Payment Time Limit for the flights. Please note that the absence of a payment time limit for an OfferItem signifies that the item must be paid for at time of booking.

Maintaining backward compatibility, bags can be purchased in both Pre-Sale and Servicing flows, for this no ServiceFilter/GroupCode needs to be sent in the ServiceListRQ message

To purchase bags of 15kg , 23kg or 32kg, the ServiceFilter/GroupCode needs to be sent in the ServiceListRQ message as per the following example (please, refer to the SubGroup and Group codes displayed in this table):

Code Block
languagexml
<Parameters>
  <ServiceFilters>
    <ServiceFilter>
      <GroupCode>BG</GroupCode>
    </ServiceFilter>
  </ServiceFilters>
</Parameters>

Bags of 23kg can be purchased in both Presale and Servicing flows, for this no ServiceFilter/GroupCode needs to be sent in the ServiceListRQ message, (which today is needed to see bags of 15kg and 32kg).

The information regarding the price and details is included in the message response, later displayed in these examples.

...