Shopify Get Product Images
Gets a list of images associated with a product in Shopify.
Inputs
Name | Type | Description |
---|---|---|
Shopify Token | String | Shopify API Token. |
Shopify Domain | String | Shopify Domain. |
Product ID | String | The ID of the product (product_id in the Shopify order data) |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the product images were retrieved successfully. |
Product Images | List | List of product images retrieved by the API call. |
Updated 1 day ago