The total weight of units that are sold by weight in a shipment.

TotalWeight

interface VendorShipmentsApiModelTotalWeight {
    amount: string;
    unitOfMeasure:
        | "POUNDS"
        | "KILOGRAMS"
        | "OUNCES"
        | "GRAMS"
        | VendorShipmentsApiModelTotalWeightUnitOfMeasureEnum;
}

Properties

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

TotalWeight

unitOfMeasure:
    | "POUNDS"
    | "KILOGRAMS"
    | "OUNCES"
    | "GRAMS"
    | VendorShipmentsApiModelTotalWeightUnitOfMeasureEnum

The unit of measure for the weight of items that are ordered by cases and support pricing by weight.

TotalWeight

MMNEPVFCICPMFPCPTTAAATR