tiendanube_add_cart_item
Adds a product variant to a cart by cart ID or token, specifying the quantity to include.
Instructions
ADD CART ITEM - Add a variant to the cart (by id or token) with the desired quantity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_id | No | Cart numeric ID | |
| cart_token | No | Cart token string | |
| variant_id | Yes | Variant ID | |
| quantity | Yes | Quantity to add |