Skip to main content

Additional baggage

You add baggage after selecting a flight offer. Baggage options are specific to an offer, passenger, and flight segment.

Retrieve baggage options

Request the latest offer with baggage options:
The response contains additionalBaggageOptions. Each option provides its price, maximum quantity, eligible passengers, and eligible segments.
Not every offer supports additional baggage. An empty array means no baggage options are currently available.

Select more than one bag

Use quantity to request multiple bags from one option. The quantity cannot exceed maximumQuantity.
You can also select different options for different passengers or segments.

Create the order

Pass additionalBaggage to POST /v1/air/orders with the selected offer and passenger details. The order total, wallet debit, payment, and ticketing amount include the selected baggage. Order responses and webhooks return the selections as additionalBaggage.
Retrieve the offer again immediately before creating the order. The API rejects unavailable options, duplicate option IDs, and quantities above the allowed maximum.