Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The listings item's image.

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

    The image's height, in pixels.

    link: string

    The image's link or URL.

    width: number

    The image's width, in pixels.