update_product_list_item
Add or update product quantity in a list using SKU. Remove item by setting quantity to 0.
Instructions
Add a product by SKU or update its quantity in a product list. Set quantity to 0 to remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Product SKU | |
| token | Yes | Product list UUID token | |
| quantity | Yes | Quantity (0 to remove) |