update_store_product
Modify an existing product's title, description, images, or other metadata in your Mailchimp e-commerce store.
Instructions
Update an existing product's title, description, images, or other metadata.
Only fields supplied in additional_fields are changed. Many stores sync products automatically via Shopify or WooCommerce integrations; these manual writes suit custom or headless storefronts.
Args: store_id: E-commerce store ID. product_id: Existing product ID. additional_fields: Dict of documented fields to update (e.g. title, handle, url, description, type, vendor, image_url) merged into the request body.
Returns: JSON with the updated product object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| store_id | Yes | ||
| product_id | Yes | ||
| additional_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |