subway_combos
Retrieve a Subway store's bundle and combo categories with minimum bundle and a la carte prices. Works in US, GB, DE and other markets. Returns an empty array when no bundles are configured.
Instructions
Get one Subway store's bundle/combo categories. Returns one Subway store's bundle and combo categories with the price ranges they advertise -- min_bundled_price (cheapest as a bundle) and a_la_carte_price (cheapest bought separately). Unlike GET /subway/menu, which is US-only, this works in other markets: confirmed against US, GB and DE stores. It is NOT an itemised menu -- the upstream route behind it carries categories and prices only, with no individual products, no nutrition panels and no allergen disclosures. Use GET /subway/menu for a full itemised menu where it is available. A store with no bundles configured returns an empty categories array, which is a valid answer rather than an error. Store IDs come from a GET /subway/store or GET /subway/nearby result's store_id field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| culture | No | Preferred translation culture for display names, e.g. en-US, en-GB, de-DE. Falls back to the category's default name. | |
| store_id | Yes | Store ID from a /subway/store or /subway/nearby result's store_id |