add_item_to_order
Add menu items to an existing pizza order by specifying item codes, quantities, and customization options to build your meal.
Instructions
Add a menu item to the current order. Must create an order first.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_code | Yes | Menu item code from the menu | |
| quantity | No | Quantity to add | |
| options | No | Item customization options |