# Shopify Connector - List product images

This action retrieves a list of images attached to a product on Shopify.

# Input

Field Description
Product ID The ID of the product to which the images are attached.
Fetch results after ID When provided, only images with IDs following this ID will be retrieved.
Optional field.
Return full data If set to yes/1, the entire product image source will be returned. Defaults to false/0.
Optional field.

# Output

The output is a list of product image IDs if “return full data” is set to false. Else, we should return a list of datatree that contains information about the product image object.

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


Last updated: 9/6/2022, 2:58:45 AM

On this page