uber_eats_checkout_preview
Preview a checkout order before placing it, showing a full price breakdown of items, fees, and total so users can confirm payment, tip, and delivery details before finalizing the purchase.
Instructions
Preview the order with full price breakdown. Always call this before
place_order and show the summary to the user for confirmation.
Does NOT place the order.
After showing the preview, you MUST:
1. Show a clear summary to the user (items, fees, total, address, payment)
2. Ask which payment method to use
3. Ask how much tip to add
4. Show the final total WITH tip
5. Ask for EXPLICIT confirmation before proceeding
Do NOT call place_order until the user explicitly confirms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |