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

    The dimensions of the scheduled package.

    interface Dimensions {
        height?: number;
        identifier?: string;
        length?: number;
        unit?: "cm";
        width?: number;
    }
    Index

    Properties

    height?: number

    The numerical value of the specified dimension.

    identifier?: string

    A string of up to 255 characters.

    length?: number

    The numerical value of the specified dimension.

    unit?: "cm"
    width?: number

    The numerical value of the specified dimension.