cookunity_confirm_order
Submit your CookUnity meal delivery order to lock in cart contents before the cutoff. Provide delivery date, optional instructions, and tip to complete purchase.
Instructions
Confirm/place the order for a delivery date. Takes the current cart contents and submits them as an order.
Prerequisites:
Meals must be in the cart (use cookunity_add_to_cart first)
Must be before the cutoff (check with cookunity_list_deliveries)
Cart should have enough meals to meet the plan minimum (typically 6)
Args:
date (string, required): YYYY-MM-DD delivery date
comment (string, optional): Delivery instructions
tip (number, optional): Tip amount in dollars
Returns: Order confirmation with ID and payment status, or error with out-of-stock meal IDs
Important: Without confirming, cart items are NOT locked in. CookUnity will auto-fill with recommendations at cutoff instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Delivery date in YYYY-MM-DD format (must be a Monday). Defaults to next Monday if omitted. | |
| comment | No | Delivery instructions or comment | |
| tip | No | Tip amount in dollars |