rappi_remove_from_cart
Remove a specific product from your Rappi cart using its composite ID, store ID, and store type.
Instructions
Remove an item from the cart by its composite_id.
Args: store_id: Numeric store ID (e.g. 900024799). store_type: Store type slug (e.g. "lider"). composite_id: Product composite ID to remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | ||
| store_type | Yes | ||
| composite_id | Yes |