Remove a product from the cart
remove_from_cartRemove a specific item from the grocery cart by passing its article ID.
Instructions
Remove a line by its article id (the id field from view_cart) by setting its quantity to 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| articleId | Yes | Article id from view_cart |