Standalone Price API Reference

POST

book/airoffer/reservationworkbench/{workbenchID}/offers/buildfromshoppingcartproducts

For {workbenchID} send the workbench identifier returned in ReservationResponse/Identifer/value in the workbench create response.

Base path:

Pre-production https://api.pp.travelport.com/11/air/

Production https://api.travelport.com/11/air/

Related Content: Booking Guide

The Standalone Price request is an optional request that follows Add Product in the Add Product booking workflow, an alternate workflow that skips the Search and AirPrice requests that usually initiate the JSON APIs workflow. Standalone Price prices any unpriced flight products in the workbench. You can send Standalone Price in either the initial bookingClosed A confirmed reservation with the carrier. A held booking is a reservation that has not yet been ticketed. The terms booking and reservation are interchangeable. workbench or a post-commitClosed Refers to the state of a booking after the booking is created, which happens after the initial booking workbench is commited and the reservation locator code issued. workbench, such as during ticketing. You must have already sourced all details for the flight you want to book.

Note the following known issues with the initial release of Standalone Price:

Request

Query Parameters

None.

Request Body

Basic Standalone Price Request
PricingModifiersAir (optional pricing modifiers)

Response

The Standalone Price response is the same as the response for the AirPrice reference and full payloadClosed In the JSON APIs, an API call that sends all details of the flight/s to be shopped, priced, added to the workbench, etc. instead of sending a reference to an offer in a previous API response. requests, except that StandalonePrice does not return terms and conditions (TermsAndConditions object). See the AirPrice Reference Payload API Reference for the response table.

See the Air Pricing Guide for response layout diagrams and description.

Example Request

For additional examples and scenarios, download the developer toolkits and see Using Postman and Developer Toolkits.

Example Response