latestOpenAPI 3.1.02026-08-10390815.4 KB

e5f3dccae7ca

Orders

Orders with flight details

Use this endpoint to retrieve detailed information for one or more flight orders. - You can request car order details either by order ID or by reservation ID. - The response includes all relevant information for each order, such as booking and cancellation details, commission, pricing, and optional extras (for example, policies). Results are sorted by bookingDate in descending order, with the most recently booked orders listed first. It returns structured order data, including pricing, itinerary segments with IATA airport codes, etc. </br></br>This endpoint is ideal for:</br></br> - Displaying flight booking details in traveller dashboards or confirmation pages.</br> - Generating post-booking communications and invoices. </br> - Performing reporting or reconciliation tasks that require accurate itinerary and pricing data.

post/orders/details/flights

Headers

X-Affiliate-Idinteger required

Include here your Affiliate identifier number

Request body

OR

Example request

{
  "currency": "EUR",
  "orders": [
    "1234567890123456",
    "9876543210987654"
  ]
}

Response

Successful response.

request_idstring

Uniquely identifies the request. Please provide this identifier when contacting support.