Get Price Breakdown
get_price_breakdownShow the itemized all-in cost of an upgrade before the traveler commits — the amount plus any taxes and fees. Pass the sessionId (or conversationId), the amount (omit it for INSTANT — the airline's fixed price is used), and the cabin/segment if the booking has more than one option. For a BID it also returns the operator's own bid-strength read. Use it to answer 'what will this actually cost me?' before place_bid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | The amount to price — a bid in the offer currency, or a number of points for purchaseType POINTS. Omit for INSTANT (fixed price). | |
| segment | No | Route 'YUL-LHR' or flight number, if more than one is eligible. | |
| sessionId | No | The sessionId from start_eligibility_check. Optional if conversationId is passed. | |
| upgradeType | No | ||
| purchaseType | No | BID (default), POINTS, or INSTANT (buy now at the airline's fixed price). | |
| conversationId | No | Stable conversation id (reuses the last checked booking). |