panera_item_detail
Retrieve complete Panera menu item details: full description, ingredients, allergen statement, per-serving nutrition, and every size's price and calories. Use cafe_id and item_id.
Instructions
Get one Panera Bread menu item's full detail. Returns one menu item's full description, ingredient statement, a full per-serving nutrient panel (richer than GET /panera/menu's calories/caffeine-only surface), its allergen statement, and every selectable size with its own price and calories. item_id may be negative -- GET /panera/menu itself surfaces negative item ids for some items, and they resolve fine here. Returns 404 if Panera publishes no detail page for the given item id at this cafe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cafe_id | Yes | Panera cafe id, from /panera/locations | |
| item_id | Yes | Menu item id, from /panera/menu |