Interface VendorDirectFulfillmentShippingApiModelV20211228Weight

The weight.

Weight

interface VendorDirectFulfillmentShippingApiModelV20211228Weight {
    unitOfMeasure:
        | "LB"
        | "KG"
        | VendorDirectFulfillmentShippingApiModelV20211228WeightUnitOfMeasureEnum;
    value: string;
}

Properties

Properties

unitOfMeasure:
    | "LB"
    | "KG"
    | VendorDirectFulfillmentShippingApiModelV20211228WeightUnitOfMeasureEnum

The unit of measurement.

Weight

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

Weight

MMNEPVFCICPMFPCPTTAAATR