Home > @infiniteobjects/shopify-data-manager > AdminTypes > Weight
A weight, which includes a numeric value and a unit of measurement.
Signature:
export interface Weight
Property | Modifiers | Type | Description |
---|---|---|---|
unit | WeightUnit | `${WeightUnit}` | The unit of measurement for value . |
|
value | Scalars[‘Float’][‘output’] | The weight value using the unit system specified with unit . |