jimmy_johns_menu
Retrieve a Jimmy John's restaurant's complete menu as a category tree, including product names, descriptions, calorie ranges, base costs, and images. Requires restaurant_id from the nearby endpoint.
Instructions
Get one Jimmy John's restaurant's full menu. Returns one Jimmy John's restaurant's full menu as a category tree: every category and its products, with name, description, calorie range, base cost and image. restaurant_id comes from GET /jimmy-johns/nearby. Many sandwiches price entirely through a size selection rather than a base cost, so cost is commonly 0 for those items -- see GET /jimmy-johns/modifiers for the real per-size price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| restaurant_id | Yes | Olo restaurant id from /jimmy-johns/nearby |