Represents an image for a Shopify product.
Fields
url
: URL!
The original source URL of the image.
position
: Int!
The position of the image in a carousel of images.
width
: Int!
The width of the image in pixels.
height
: Int!
The height of the image in pixels.
id
: ID!
The unique ID for the Shopify Image.
variantIDs
: [ID!]!
A list of variant IDs associated with the image.
createdAt
: Time!
The date and time the image was created (deprecated).
updatedAt
: Time!
The date and time the image was updated (deprecated).