update_store_product_image
Update a product image in your e-commerce store. Specify store, product, and image IDs; optionally pass fields to change only specific details.
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.
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).
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 |