stack

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

AdminTypes.WeightInput interface

The input fields for the weight unit and value inputs.

Signature:

export interface WeightInput 

Properties

Property Modifiers Type Description
unit   WeightUnit | `${WeightUnit}` Unit of measurement for value.
value   Scalars[‘Float’][‘input’] The weight value using the unit system specified with weight_unit.