add_to_cart
Add a menu item to your cart with customizations like no pickles or extra cheese. Specify quantity to prepare for ordering.
Instructions
Add a menu item to the cart with optional customizations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | The item ID to add to cart | |
| quantity | No | Number of items to add (default: 1) | |
| customizations | No | List of customizations (e.g., ['no pickles', 'extra cheese', 'no mayo']) |