cart_add
Add a product to your shopping cart by providing its SKU, quantity, unit, and provider (e.g., Countdown).
Instructions
Add an item to 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 | No | Quantity (default: 1). |