Home > @infiniteobjects/shopify-data-manager > AdminTypes > WeightInput
The input fields for the weight unit and value inputs.
Signature:
export interface WeightInput
| 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. |