stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Weight

AdminTypes.Weight interface

A weight, which includes a numeric value and a unit of measurement.

Signature:

export interface Weight 

Properties

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.