confirm_order
Submit the current shopping cart as a final meal order. Verify the cart status beforehand to ensure the correct items are included before confirming the order.
Instructions
Confirm and finalize all items currently in the shopping cart.
This submits the order. Items must first be added with add_to_cart.
Call get_cart_status first to verify what will be ordered.
Args:
profile: Profile name (e.g. "child1"). Optional if only one profile is configured.
Returns:
Confirmation message from the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |