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.net/11/air/

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

Travelport has updated all JSON API authentication and authorization endpoints. Previous endpoints are scheduled for deprecation 5 Dec 2025 for pre-production and 30 Jan 2026 for production. You must migrate to the endpoints above before those dates or transactions in those environments will fail. See Endpoint Migration for details.

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