Add a new line item to an existing cart.
idA unique identifier for the cart line item. Must be unique within the cart.
priceRequirednumberThe price per unit for the cart line item in the store's currency.
cart_idRequiredstringThe unique identifier for the cart to add the line item to.
quantityRequiredintegerThe quantity of this product variant to add to the cart. Must be a positive integer.
store_idRequiredstringThe unique identifier for the e-commerce store.
product_idRequiredstringThe unique identifier for the product. The product must already exist in the store.
product_variant_idRequiredstringThe unique identifier for the product variant. The variant must exist for the specified product.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.