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

    The image for the listings item.

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

    Properties

    Properties

    height: number

    The height of the image in pixels.

    link: string

    The link, or URL, to the image.

    width: number

    The width of the image in pixels.