ProductImage
Represents a product image.
type ProductImage implements Node {
id: ID!
sortOrder: Int
externalId: String
externalSource: String
alt: String!
url(
size: Int
): String!
}
Fields
ProductImage.id ● ID! non-null scalar
The ID of the object
ProductImage.sortOrder ● Int scalar
ProductImage.externalId ● String scalar
ProductImage.externalSource ● String scalar
ProductImage.alt ● String! non-null scalar
ProductImage.url ● String! non-null scalar
The URL of the image.
ProductImage.url.size ● Int scalar
Size of the image.
Interfaces
Node interface
An object with an 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