update_store_product_image
Update an e-commerce product image by providing store, product, and image IDs. Modify only the fields you specify; omitted fields remain unchanged.
Instructions
Update an image attached to a product in an e-commerce store.
Only the fields you pass in additional_fields are changed; omit a field to leave it untouched. Manual commerce writes suit custom/headless stores; Shopify and WooCommerce integrations sync product images automatically.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: store_id: E-commerce store ID. Obtain from list_ecommerce_stores. product_id: Product ID that owns the image. image_id: Existing image ID to update. additional_fields: Optional dict of image fields to update, merged into the body (e.g. url, variant_ids). account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with the updated image object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| image_id | Yes | ||
| store_id | Yes | ||
| product_id | Yes | ||
| additional_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |