TDV Adapter for Shopify

Build 22.0.8462

ProductImages

The images associated with the product.

View-Specific Information

Select

The adapter uses the Shopify API to process search criteria that refer to the ProductId column. The adapter processes other filters client-side within the adapter.

For example, the following queries are processed server side:

SELECT * FROM ProductImages WHERE ProductId = 'gid://shopify/Product/1234567890123'

SELECT * FROM ProductImages WHERE ProductId IN ('gid://shopify/Product/1234567890123', 'gid://shopify/Product/1234567890124')

Columns

Name Type References Description
Id [KEY] String A unique identifier for the image.
ProductId String

Products.Id

A globally-unique identifier.
AltText String A word or phrase to share the nature or contents of an image.
Height Int The original height of the image in pixels. Returns 'null' if the image is not hosted by Shopify.
Width Int The original width of the image in pixels. Returns 'null' if the image is not hosted by Shopify.
Url String The location of the image as a URL.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462