Selling Partner API SDK for JavaScript
    Preparing search index...

    Image for an item in the Amazon catalog.

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

    Properties

    height: number

    Height of the image in pixels.

    link: string

    URL for the image.

    Variant of the image, such as MAIN or PT01.

    width: number

    Width of the image in pixels.