Image for an item in the Amazon catalog.

ItemImage

interface ItemImage {
    height: number;
    link: string;
    variant: ItemImageVariantEnum;
    width: number;
}

Properties

height: number

Height of the image in pixels.

ItemImage

link: string

Link, or URL, for the image.

ItemImage

Variant of the image, such as MAIN or PT01.

ItemImage

width: number

Width of the image in pixels.

ItemImage