Objects
ShopifyImage
Represents an image for a Shopify product.
Fields
url
required
The original source URL of the image.
position
Int!
requiredThe position of the image in a carousel of images.
width
Int!
requiredThe width of the image in pixels.
height
Int!
requiredThe height of the image in pixels.
id
ID!
requiredThe unique ID for the Shopify Image.
variantIDs
[ID!]!
requiredA list of variant IDs associated with the image.
createdAt
required
The date and time the image was created (deprecated).
updatedAt
required
The date and time the image was updated (deprecated).
Related types
Was this page helpful?