# Shopify Connector - Update product image

This action updates the image data of a product image.

# Input

Field Description
Product ID The ID of the product to which the images are attached.
Image ID The ID of the image to be updated.
Position The placement of this new image among other existing product images. 1 denotes primary image. By default the position will be 1 (primary image).
Optional field.
Alt text The alt tag of the image.
Optional field.
Variant IDs The list of IDs of the product variants to attach the product image to.
Optional field.

# Output

The output of this action is a datatree that contains information about the product image object.

Find out more about the product image object (opens new window).


Last updated: 4/5/2023, 11:28:53 AM

On this page