remove_from_cart
Remove a product from the shopping cart using its product ID. Optionally remove all quantities of the item at once.
Instructions
Remove a product from the shopping cart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | The ID of the product to remove from cart | |
| removeAll | No | Whether to remove all quantities of the product (default: false) |