Find the cheapest eSIM plan
find_cheapest_planFind the lowest-priced eSIM data plan for a destination — for "what's the cheapest", "budget option", "cheapest SIM / data plan for X". Pass days (trip length) to rank by what the traveller actually pays for the whole trip: unlimited plans are priced per day with a multi-day discount, fixed-data plans by their sticker price, and plans that expire before the trip ends are dropped. Without days it ranks by daily rate. Returns up to 3 options with variant_id for create_checkout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Trip length in days. When given, plans are ranked by total trip cost. | |
| limit | No | How many options to return, default 3 | |
| country | Yes | ISO 3166-1 alpha-2 country code of the destination, e.g. 'JP', 'US' | |
| currency | No | ISO currency for prices, default the store currency | |
| min_data_gb | No | Minimum data in GB (applies to fixed-data plans; unlimited always qualifies) |