place_order
Place a coffee order after the customer selects a drink and customizations. Returns an order ID and the machine steps to prepare the drink.
Instructions
Place a coffee order. Call this once the customer has chosen a drink
and confirmed their customizations. Returns an order ID and the recipe
(the ordered list of machine steps to make the drink). drink must be
on the menu; size is small/medium/large; extra_shot adds a second shot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | medium | |
| drink | Yes | ||
| extra_shot | No |