Place Rappi order
rappi_place_orderPlace a Rappi order using a saved address and a selected payment method. Confirm the user's explicit intent first, then submit the checkout to complete the purchase.
Instructions
FAIL-CLOSED. Charges money. Requires RAPPI_ALLOW_MUTATIONS=true AND explicit_user_intent=true AND a personal (non-guest) token. Never runs in the default read-only config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| store_id | No | ||
| address_id | Yes | ||
| response_format | No | markdown | |
| payment_method_id | Yes | ||
| explicit_user_intent | No | Must be true after the user explicitly asked for this write. |