jimmy_johns_modifiers
Retrieve a Jimmy John's product's full customization tree, including size, bread, and ingredient choices with price and calorie deltas. Input a product ID to get structured options for building orders.
Instructions
Get one Jimmy John's menu product's customization options. Returns one menu product's full customization tree: size, bread, and per-ingredient choices (extra/regular/light/none), each with its real price and calorie delta. Groups nest -- picking a size choice can reveal a bread group, which can reveal one group per ingredient -- so a size step, a bread step, and every "Customize Sandwich" ingredient all live in one recursive tree. product_id comes from GET /jimmy-johns/menu.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | Product id from a /jimmy-johns/menu product |