Add a new product to a Mailchimp e-commerce store. Products are e-commerce items that can be added to carts and orders. Each product requires at least one variant. Products must be created before they can be included in carts or orders. For product recommendations to work proper…
idRequiredstringA unique identifier for the product within the store. This ID is used to reference the product in carts and orders.
urlstringThe URL where customers can view or purchase the product.
typestringThe type or category of the product (e.g., 'Clothing', 'Electronics').
titleRequiredstringThe display title of the product shown to customers.
handlestringThe handle or slug for the product, typically used in URLs.
imagesarrayAn array of additional product images. Each image object should include 'id' (unique identifier) and 'url' (image URL).
vendorstringThe vendor or brand name for the product. Required for segmenting campaigns by 'Category Purchased'.
store_idRequiredstringThe unique identifier for the Mailchimp e-commerce store where the product will be added.
variantsRequiredarrayAn array of product variants. At least one variant is required. Each variant object should include: 'id' (required, unique variant identifier), 'title' (required, variant name), 'price' (optional, decimal price), 'inventory_quantity' (optional, must be > 0 for recommendations).…
image_urlstringThe URL of the product's main image. Required for product recommendations to display properly.
descriptionstringA text description of the product that provides details to customers.
published_at_foreignstringThe date and time the product was published in ISO 8601 format (e.g., '2024-01-15T10:30:00Z').
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.