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

    The dimensions that extend from the top left corner of the image (this applies to cropped and uncropped images). ImageDimensions units must be in pixels.

    interface ImageDimensions {
        height: IntegerWithUnits;
        width: IntegerWithUnits;
    }
    Index