burgerking_product
Retrieve one Burger King menu item's full details—description, price, image, nutrition, allergens—and its complete customization tree, including combo courses, picker variants, and ingredient toggles with price deltas.
Instructions
Get one Burger King item, combo, or picker's full detail and customization tree. Returns one menu entry's full detail (name, description, price, image, nutrition, allergens) plus its customization tree, when it has one -- a combo's courses and their swappable entree/side/drink choices, a picker's size/variant choices, or a customizable item's ingredient toggle groups (e.g. "Bacon": no/regular/extra) and their price deltas. Options recurses through the full upstream structure, so a combo's entree choice carries its own ingredient toggles too, not just the combo's own top-level courses. A plain, non-customizable item returns an empty options list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | RBI market the store belongs to, one of `US`, `CA` (default `US`) | |
| item_id | Yes | The item, combo, or picker id, from /burgerking/menu | |
| store_id | Yes | Burger King's numeric store id, from /burgerking/locations |