TABLE OF CONTENTS

Introduction

This section outlines the flow for creating orders with paid ancillary services. The overall booking process follows the same Hold or Instant pattern as described previously for flight-order in the booking process.


The key addition is the requirement to query and select ancillary services before order creation. This is facilitated through two dedicated endpoints:

  • SeatAvailability:  used to retrieve available seating options, including their locations, features (e.g., extra legroom), and prices for a given itinerary.
  • ServiceList:  used to query for other available ancillary services, such as baggage allowances, meals, sports equipment, and special assistance.

The subsequent sections will provide the detailed specification for these two ancillary endpoints. Once the desired services are selected, their IDs are included in the final CreateOrder request to complete the booking with ancillaries.


Hold Booking with SSRs (Two-Step Process)


Instant Booking with SSRs (One-Step Process)