For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Admin
Types
Objects
ProductImage
OBJECT
Copy page
A product image.
Fields
id
String
Required
The ID of the product image.
isThumbnail
Boolean
Required
Indicates whether the image is a thumbnail.
sortOrder
Long
Required
The order number of the image.
dateCreated
String
Required
The date the image was created.
dateModified
String
Required
The date the image was modified.
imageFile
String
Required
The image file name.
urlZoom
String
Required
The URL of the zoom image.
urlStandard
String
Required
The URL of the standard image.
addedToProduct
Boolean
Required
Indicates whether the image is added to the product and displayed on storefront.
overrides
ProductImagesOverridesConnection
Required
Collection of image overrides for a product in a context of channel and locale.
Show arguments and fields
altText
String
Optional
The image description.
Referenced by
Fields
ProductImageEdge.node