create_booking_link
Generate a commission-eligible booking link for a selected route using origin, destination, and dates. Use after route details are finalized.
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. | |
| destination | No | Destination IATA code (e.g. 'CDG'). Case-insensitive. | |
| departure_date | No | Departure date in YYYY-MM-DD format. Optional. | |
| return_date | No | Return date in YYYY-MM-DD format. Optional — omit for one-way. | |
| currency | No | ISO 4217 currency code (default: USD). |