# Shopify Connector - Create product image

This action will upload and attach an image to an existing product.

# Input

Field Description
Product ID The ID of the product to which the image will be attached.
Image data The image to be uploaded, which can be in the form of either the data string or the URL from which the image can be downloaded.
Image file name The name of the image file.
Optional field.
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 new 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