create_booking_link
Generate an external booking link for a confirmed route. Use after route details are known; no account setup or booking completion.
Instructions
Create an external booking link for an already chosen route. Use after route details are known or after compare_airport_routes or plan_flight_route; use another planning tool first when the traveler still needs help choosing. Read-only, no account setup, no booking completion, and no reservation side effects. The returned link may be commission-eligible and is disclosed in output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | No | Origin IATA code (e.g. 'IAH'). Case-insensitive. | |
| currency | No | ISO 4217 currency code (default: USD). | |
| destination | No | Destination IATA code (e.g. 'CDG'). Case-insensitive. | |
| return_date | No | Return date in YYYY-MM-DD format. Optional — omit for one-way. | |
| departure_date | No | Departure date in YYYY-MM-DD format. Optional. |