cart_update
Update the quantity of a grocery item in your shopping cart by providing its SKU and new quantity.
Instructions
Update the quantity of an item in 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"). | |
| quantity | Yes | New quantity (must be > 0; use cart_remove to remove). |