Add a new product variant or update an existing one in a Mailchimp e-commerce store. This endpoint uses PUT for an upsert operation - if the variant exists, it will be updated; if not, a new variant will be created. The variant_id in the URL path and the id in the request body s…
idRequiredstringA unique identifier for the product variant in the request body. Should match variant_id.
skustringThe stock keeping unit (SKU) of the product variant for inventory tracking.
urlstringThe URL where the product variant can be purchased.
pricenumberThe price of the product variant in the store's currency.
titleRequiredstringThe title of the product variant (e.g., 'Small', 'Red', 'Size 10').
store_idRequiredstringThe unique identifier for the e-commerce store.
image_urlstringThe URL of the product variant's image.
backordersstringThe backorder status of the product variant.
product_idRequiredstringThe unique identifier for the product within the store.
variant_idRequiredstringThe unique identifier for the product variant. Used in the URL path.
visibilitystringThe visibility setting of the product variant (e.g., 'visible', 'hidden').
inventory_quantityintegerThe available inventory quantity. Must be > 0 for product recommendations to work.
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.