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:

Use this base path if you have not yet received or not migrated to the new credentials from Travelport:

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

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

Use this base path after you have migrated to the new credentials from Travelport (using .net instead of .com):

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

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

Related Content: Booking Guide

GDS only; not supported for NDC.

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 booking workbench or a post-commit 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:

  • All unpriced products in the workbench are priced together. Pricing by traveler or segment is not supported at this time.
  • The PassengerFlight object does not return PTCs, passenger quantity, or cabin class.
  • The response returns the FlightStatus object instead of Flight, which contains the StatusDetail information.

Request

As part of the request requirements, also see Authentication and Common Air Headers.

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 payload 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, download the developer toolkits and see Using Postman and Developer Toolkits.

Example Response