The weight.

Weight

interface ShippingApiModelWeight {
    unit: "g" | "oz" | ShippingApiModelWeightUnitEnum | "kg" | "lb";
    value: number;
}

Properties

Properties

unit: "g" | "oz" | ShippingApiModelWeightUnitEnum | "kg" | "lb"

The unit of measurement.

Weight

value: number

The measurement value.

Weight

MMNEPVFCICPMFPCPTTAAATR