Image for an item in the Amazon catalog.

Export

ItemImage

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

Properties

height: number

Height of the image in pixels.

Memberof

ItemImage

link: string

Link, or URL, for the image.

Memberof

ItemImage

Variant of the image, such as MAIN or PT01.

Memberof

ItemImage

width: number

Width of the image in pixels.

Memberof

ItemImage