Add a new cart to a store.
idA unique identifier for the cart.
linesRequiredarrayAn array of the cart's line items. Each line item must include: 'id' (unique identifier for the line item), 'product_id' (ID of the product in your store), 'product_variant_id' (ID of the product variant), 'quantity' (number of items), and 'price' (price of the item as a number)…
store_idRequiredstringThe unique identifier for the e-commerce store. Must be an existing store ID in your Mailchimp account.
tax_totalnumberThe total tax amount for the cart. Optional field that can be used to track tax separately.
campaign_idstringA string that uniquely identifies the campaign for a cart.
order_totalRequirednumberThe total price for all items in the cart. This should be the sum of all line item prices multiplied by their quantities.
checkout_urlstringThe URL for the cart. This parameter is required for [Abandoned Cart](https://mailchimp.com/help/create-an-abandoned-cart-email/) automations.
customer__idRequiredstringA unique identifier for the customer who owns this cart. Limited to 50 characters. Required field.
currency_codeRequiredstringThe three-letter ISO 4217 currency code (e.g., 'USD', 'EUR', 'GBP'). Must match the currency configured for the store.
customer__companystringThe customer's company name.
customer__last__namestringThe customer's last name.
customer__first__namestringThe customer's first name.
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.