Add a new line item to an existing order in a Mailchimp e-commerce store. Prerequisites: The store, order, product, and product variant must already exist. Use MAILCHIMP_ADD_STORE, MAILCHIMP_ADD_ORDER, and MAILCHIMP_ADD_PRODUCT to create them first if needed.
idRequiredstringA unique identifier for this order line item. Must be unique within the order (e.g., 'line_001', 'item_123').
priceRequirednumberThe unit price of the line item in the store's currency (e.g., 29.99, 100.00).
discountnumberOptional discount amount applied to this line item in the store's currency (e.g., 5.00 for a $5 discount).
order_idRequiredstringThe unique identifier for an existing order in the store. Use MAILCHIMP_LIST_ORDERS to find available order IDs.
quantityRequiredintegerThe quantity of items to add. Must be a positive integer (e.g., 1, 2, 5).
store_idRequiredstringThe unique identifier for the e-commerce store. Use MAILCHIMP_LIST_STORES to find available store IDs.
product_idRequiredstringThe unique identifier of the product to add to the order. The product must already exist in the store. Use MAILCHIMP_LIST_PRODUCT to find available product IDs.
product_variant_idRequiredstringThe unique identifier of the specific product variant to add. Each product has at least one variant. Use MAILCHIMP_LIST_PRODUCT_VARIANTS to find available variant IDs.
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.