Skip to main content

ItemImage

No description

type ItemImage {
url: String
size: ImageSize
heightInPixels: Int
widthInPixels: Int
intendedAudience: [String]
modified: DateTime
}

Fields

ItemImage.url ● String scalar

The URL of the item image.

ItemImage.size ● ImageSize enum

The size of the item image.

ItemImage.heightInPixels ● Int scalar

The image height in pixels.

ItemImage.widthInPixels ● Int scalar

The image width in pixels.

ItemImage.intendedAudience ● [String] list scalar

A list of intended audiences. This property can be used when there is a custom consumer of the data that needs to have a specific image with a specific size. Hii Retail will have a few predefined values that map to printing, electronic shelf labels, PLU lists in POS or scales. Please see our developer portal for a full list of predefined values.

ItemImage.modified ● DateTime scalar

The date of the last modification of the item image.

Member Of

Item object ● ItemWithIdentifiers object