cart_remove
Removes a product from the shopping cart using its SKU. Supports specifying unit and provider for accurate cart updates.
Instructions
Remove an item from the cart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Product SKU. | |
| unit | No | Pricing unit (default: Each). | |
| provider | No | Shopping provider id (default: "countdown"). |