Update Rappi cart item
rappi_update_cart_itemUpdate the quantity of a product in your Rappi cart by providing its product ID and desired amount; explicit user confirmation is required to apply the change.
Instructions
Gated write. RAPPI_ALLOW_MUTATIONS + explicit_user_intent required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | ||
| store_id | No | ||
| product_id | Yes | ||
| response_format | No | markdown | |
| explicit_user_intent | No | Must be true after the user explicitly asked for this write. |