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

    Physical dimensional measurements of a container.

    interface Dimensions {
        height: string;
        length: string;
        unitOfMeasure: DimensionsUnitOfMeasureEnum;
        width: string;
    }
    Index

    Properties

    height: string

    A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation.
    Pattern : ^-?(0|([1-9]\\\\d*))(\\\\.\\\\d+)?([eE][+-]?\\\\d+)?$.

    length: string

    A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation.
    Pattern : ^-?(0|([1-9]\\\\d*))(\\\\.\\\\d+)?([eE][+-]?\\\\d+)?$.

    The unit of measure for dimensions.

    width: string

    A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation.
    Pattern : ^-?(0|([1-9]\\\\d*))(\\\\.\\\\d+)?([eE][+-]?\\\\d+)?$.