pizzahut_modifiers
Retrieve a Pizza Hut product variant's full customization tree: slots, modifiers, and placement options with price deltas. Provide store number and variant code to get build-your-own options.
Instructions
Get one Pizza Hut product variant's full customization tree. Returns one product variant's full build-your-own customization tree -- every slot (e.g. "Pizza Sauce", "Pizza Cheese", "Pizza Toppings", "Crust Finishers"), every modifier within it (a specific topping, sauce flavor, or seasoning), and every weight/placement option (e.g. Light, Regular, Extra, or a Left/Right/Whole pizza-half placement) with its own real price delta -- zero for an amount already included by default, a positive upcharge for an "extra" option. variant_code comes from /pizzahut/menu's variant_code or variants[].variant_code fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | Order channel the customization tree and pricing reflect (default WEB) | |
| store_number | Yes | Pizza Hut's store number, from /pizzahut/stores | |
| variant_code | Yes | A product's specific size/crust/style variant code, from /pizzahut/menu |