rappi_add_to_cart
Add a product to your Rappi cart by providing store ID, product composite ID, and units. Increments quantity if the item is already in cart.
Instructions
Add an item to the cart (or increment its quantity if already present).
Args: store_id: Numeric store ID (e.g. 900024799). store_type: Store type slug (e.g. "lider"). composite_id: Product composite ID from rappi_search_products. units: Number of units to add. sale_type: "U" (unit) or "WP" (by weight), from search results.
Returns the updated cart response from Rappi.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | ||
| store_type | Yes | ||
| composite_id | Yes | ||
| units | Yes | ||
| sale_type | Yes |