update_product_image
Update the alt text, position, or variant assignments of a product image in Shopify.
Instructions
Update a product image (change alt text, position, or variant assignments).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | The numeric Shopify product ID. | |
| image_id | Yes | The numeric image ID. | |
| alt | No | New alt text. | |
| position | No | New position (1 = first). | |
| variant_ids | No | Variant IDs to additionally associate this image with. |