Interface CatalogItemsApiModelV20201201ItemImage

Image for an item in the Amazon catalog.

ItemImage

interface CatalogItemsApiModelV20201201ItemImage {
    height: number;
    link: string;
    variant:
        | CatalogItemsApiModelV20201201ItemImageVariantEnum
        | "MAIN"
        | "PT01"
        | "PT02"
        | "PT03"
        | "PT04"
        | "PT05"
        | "PT06"
        | "PT07"
        | "PT08"
        | "SWCH";
    width: number;
}

Properties

height: number

Height of the image in pixels.

ItemImage

link: string

Link, or URL, for the image.

ItemImage

variant:
    | CatalogItemsApiModelV20201201ItemImageVariantEnum
    | "MAIN"
    | "PT01"
    | "PT02"
    | "PT03"
    | "PT04"
    | "PT05"
    | "PT06"
    | "PT07"
    | "PT08"
    | "SWCH"

Variant of the image, such as MAIN or PT01.

ItemImage

width: number

Width of the image in pixels.

ItemImage

MMNEPVFCICPMFPCPTTAAATR