Skip to main content

ItemCategoryImage

An image of the Item Category.

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

Fields

ItemCategoryImage.url ● String scalar

The URL of the item image category.

ItemCategoryImage.size ● ImageSize enum

The size of the item category image.

ItemCategoryImage.heightInPixels ● Int scalar

The image height in pixels.

ItemCategoryImage.widthInPixels ● Int scalar

The image width in pixels.

ItemCategoryImage.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.

ItemCategoryImage.modified ● DateTime scalar

The date of the last modification of the item category image.

Member Of

ItemCategory object