add_pizza_with_toppings
Configure and add a customized pizza with selected toppings using a coupon code. Handles proper product and topping configuration for Domino's orders.
Instructions
Add a customized pizza with toppings using a coupon code. Handles proper product + topping configuration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coupon_code | Yes | Coupon code (e.g., '9204') | |
| size | No | Pizza size code: 10, 12, 14, or 16 | 12 |
| crust | No | Crust code: NPAN (pan), HAND (hand tossed), THIN, BROOKLYN, etc. | NPAN |
| toppings | Yes | Topping codes: P (pepperoni), S (sausage), M (mushrooms), O (onions), etc. |