The weight in the units indicated.

Weight

interface ShippingApiModelV2Weight {
    unit:
        | ShippingApiModelV2WeightUnitEnum
        | "GRAM"
        | "KILOGRAM"
        | "OUNCE"
        | "POUND";
    value: number;
}

Properties

Properties

unit: ShippingApiModelV2WeightUnitEnum | "GRAM" | "KILOGRAM" | "OUNCE" | "POUND"

The unit of measurement.

Weight

value: number

The measurement value.

Weight

MMNEPVFCICPMFPCPTTAAATR