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

    A dimension of a package.

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

    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.