Skip to main content

ProductImage

Represents a product image.

type ProductImage implements Node {
id: ID!
alt: String
sortOrder: Int
externalId: String
externalSource: String
url(
size: Int
): String!
}

Fields

ProductImage.id ● ID! non-null scalar

The Globally Unique ID of this object

ProductImage.alt ● String scalar

Alt text for the image

ProductImage.sortOrder ● Int scalar

Sort order of the image

ProductImage.externalId ● String scalar

External system identifier

ProductImage.externalSource ● String scalar

External system source

ProductImage.url ● String! non-null scalar

The URL of the image

ProductImage.url.size ● Int scalar

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

Product object ● ProductImageBulkCreate object ● ProductImageCountableEdge object ● ProductImageCreate object ● ProductImageDelete object ● ProductImageReorder object ● ProductImageUpdate object ● ProductVariant object ● ProductVariantImageAssign object ● ProductVariantImageBulkAssign object ● ProductVariantImageUnassign object

Was this page helpful?