WeightUnitOfMeasure

The unit of measure assigned to the weight value.

Possible values include:

  • NONE: No unit of measurement is assigned. weightUnitOfMeasure can also be null. NONE and null are equivalent.
  • LB: Pounds
  • OZ: Ounces
  • KG: Kilograms
  • G: Grams
string or null (WeightUnitOfMeasure)

The unit of measure assigned to the weight value.

Possible values include:

  • NONE: No unit of measurement is assigned. weightUnitOfMeasure can also be null. NONE and null are equivalent.
  • LB: Pounds
  • OZ: Ounces
  • KG: Kilograms
  • G: Grams
Enum: "NONE" "LB" "OZ" "KG" "G"
"NONE"