Add to Rappi cart
rappi_add_to_cartAdds a product to a Rappi cart using its product ID and quantity, so it is ready for checkout later. Requires explicit user confirmation and enabled write access.
Instructions
Gated write. Requires RAPPI_ALLOW_MUTATIONS=true AND explicit_user_intent=true. Does not checkout.
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. |