subway_menu
Retrieve a Subway store's complete menu with prices, nutrition facts, and allergen details for every product and size. Requires a store ID from the store lookup endpoint.
Instructions
Get one Subway store's full menu. Returns one Subway store's complete menu: every category, every product, and for each purchasable size (Footlong, 6-inch, etc.) its price, full nutrition panel (calories, fat, sodium, protein and more) and allergen disclosures. Store IDs come from a GET /subway/store result's store_id field. This endpoint currently covers US stores only: the upstream menu route it reads is not served for non-US stores, which return 404 -- see GET /subway/combos for the bundle/combo categories that are available in other markets. Categories carry is_main_category: true for human-browsable menu sections (Sandwiches, Drinks, Salads, ...) and false for Subway's own internal build/customization groupings, which are included for completeness but are not meant to be shown as menu sections on their own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | Store ID from a /subway/store result's store_id |