Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariant > weightUnit
The unit of measurement that applies to the product variant’s weight. If you don’t specify a value for weight_unit, then the shop’s default unit of measurement is applied. Valid values: g
, kg
, oz
, lb
.
Signature:
weightUnit: WeightUnit | `${WeightUnit}`;