Interface VendorDirectFulfillmentShippingApiModelV20211228Dimensions

Physical dimensional measurements of a container.

Dimensions

interface VendorDirectFulfillmentShippingApiModelV20211228Dimensions {
    height: string;
    length: string;
    unitOfMeasure:
        | "IN"
        | "CM"
        | VendorDirectFulfillmentShippingApiModelV20211228DimensionsUnitOfMeasureEnum;
    width: string;
}

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+)?$.

Dimensions

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+)?$.

Dimensions

unitOfMeasure:
    | "IN"
    | "CM"
    | VendorDirectFulfillmentShippingApiModelV20211228DimensionsUnitOfMeasureEnum

The unit of measure for dimensions.

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+)?$.

Dimensions

MMNEPVFCICPMFPCPTTAAATR