chipotle_restaurant_menu
Retrieve a specific Chipotle restaurant's live menu with dine-in and delivery prices, plus customization options for each item. Solve the problem of location-based pricing by returning per-restaurant data.
Instructions
Get one Chipotle restaurant's menu with prices. Returns one restaurant's live online menu split into entrees, sides, drinks and non-food items. This is the only Chipotle endpoint that carries prices: every item has both a dine-in price and a delivery price, which genuinely differ. Each item also carries its full customization tree -- contents (the individual fillings, salsas and sides that make it up, each with their own price pair) and content_groups (how many picks each group allows). Prices are per-restaurant, so two restaurants will legitimately return different numbers for the same item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| restaurant_number | Yes | Chipotle's numeric restaurant id | |
| include_unavailable | No | Include items the restaurant currently has unavailable (default false) |