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

    A dimension of a package.

    interface Dimension {
        dimensionUnit: DimensionDimensionUnitEnum;
        value: string;
    }
    Index

    Properties

    Properties

    The unit of measurement of the dimension.

    value: string

    A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies.