API provides:

  • General shopping flow: searching, booking and ticketing flight solutions
  • Service operations with bookings (read, change and cancel) and tickets (read and void)
  • Information such as flight details, ancillaries and fare pricing, raw fare rules directly from S7

Also service makes available shopping with Corporate Program (Agent sell S7 flights for theirs corporate clients with special discounts)

All operations use synchronous behaviour, generally stateless model and IATA NDC schema v15.2

Before you can send a request to S7 Agent API, you must get an SSL certificate and configure your software

Operation list

Legend: (tick) — available in the version, (error) — not available in the version

#Operation nameInput messageOutput messagev0.52Description / Use casesSamples
1searchFlightsFlexAirShoppingRQAirShoppingRS(tick)Search operation finds one cheapest solution for each day of given range for the specified search criteria

Unable to render {children}. Page not found: searchFlightsFlex operation | Samples.

2searchFlightsJourneyAirShoppingRQAirShoppingRS(tick)Search flights request the whole trip for the specified itinerary data
3searchFlightsBySliceAirShoppingRQAirShoppingRS(tick)Search flights request slice by slice for the specified itinerary data
4flightInfoAirShoppingRQAirShoppingRS(tick)Flight info request for a specified single flight
5findRulesFareRulesRQFareRulesRS(error)

Returns the filed details of a specific fare basis code


6seatMapSeatAvailabilityRQSeatAvailabilityRS(tick)

Returns data used to construct seat map with prices

7baggageChargesBaggageChargesRQBaggageChargesRS(error)Returns pricing for extra baggage
(warning) Deprecated. Use servicePrice operation instead

8servicePriceServicePriceRQServicePriceRS(tick)

Returns pricing of ancillary services

9bookOrderCreateRQOrderViewRS(tick)Creates new reservation (PNR) in PSS
10readOrderRetrieveRQOrderViewRS(tick)Returns information about existing PNR by PNR number
11changeBookOrderChangeRQOrderViewRS(tick)

Modification of PNR by specifying which PNR items to change and what to change
(add/change/delete ancillary services, remarks or passengers information)

12cancelBookingOrderCancelRQOrderCancelRS(tick)Operation of cancellation of a specified PNR, and returns confirmation of cancellation
13repriceItinReshopRQItinReshopRS(tick)Operation returns the actual fares (for ticketing operation) according to the specified itinerary parameters

14demandTicketsAirDocIssueRQAirDocDisplayRS(tick)

Operation set requests an Airline to issue flight (ETK) and/or ancillary (EMD) document(s)

15retrieveTicketAirDocDisplayRQAirDocDisplayRS(tick)Returns information about existing ETK/EMD by ETK/EMD number
16voidTicketAirDocVoidRQAirDocVoidRS(tick)Allows to void existing ETK
17agentPaymentOrderCreateRQOrderViewRS(tick)

Create booking by flight solution, proceed payment, issue ETK for all passengers and send receipts to lead passenger
(warning) Deprecated. Use orderCreate and orderChange operations instead

It is not public. Request our technical support for access to documentation by Kaiten or email at api.support@s7.ru

18orderCreateorderCreateRQOrderViewRS(tick)

Create booking by flight solution, proceed payment, issue ETK for all passengers and send receipts to lead passenger

It is not public. Request our technical support for access to documentation by Kaiten or email at api.support@s7.ru


19orderChangeorderChangeRQOrderViewRS(tick)

Complete 3DS payment started with the orderCreate operation, and continue issue ETK for all passengers and send receipts to lead passenger

It is not public. Request our technical support for access to documentation by Kaiten or email at api.support@s7.ru


  • No labels