customize_item
Build a customized drink or food order by specifying the item and your customization choices like size, milk, and syrup.
Instructions
Build a customized drink or food order. Specify the item and your customization choices. Call add_to_cart afterwards to add it to your cart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item ID from search_menu results | |
| customizations | No | Key-value pairs of customizations from get_item_details options. Examples: { "size": "grande", "milk": "oat", "syrup": "vanilla", "shots": "triple", "temperature": "extra_hot", "whipped_cream": "no_whip" } |