This enumeration type defines the supported weight measurement units (e.g., kilograms, pounds, ounces) used in shipping calculations and rule configurations.
Type that uses WeightUnitOfMeasureEnum
Calls that use WeightUnitOfMeasureEnum
Enumerations
POUND
This enum value indicates that pounds is the unit of measurement used for shipping package weight.
KILOGRAM
This enum value indicates that kilograms is the unit of measurement used for shipping package weight.
OUNCE
This enum value indicates that ounces is the unit of measurement used for shipping package weight.
GRAM
This enum value indicates that grams is the unit of measurement used for shipping package weight.