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

    The instructions for optionally cropping an image. If you don't want to crop the image, set the dimensions to the original image size. If the image is cropped and you don't include offset values, the coordinates of the top left corner of the cropped image are set to (0,0) by default.

    interface ImageCropSpecification {
        offset?: ImageOffsets;
        size: ImageDimensions;
    }
    Index

    Properties

    Properties

    offset?: ImageOffsets