post_delivery_tip
Add or update the tip amount for an order after delivery. Specify the order ID and tip in dollars.
Instructions
add or update the tip after delivery.
Args: order_id: The order ID tip_amount: Tip amount in dollars
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| tip_amount | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |