Home > @infiniteobjects/shopify-data-manager > AdminTypes > ObjectDimensionsInput
The input fields for dimensions of an object.
Signature:
export interface ObjectDimensionsInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| height | Scalars[‘Float’][‘input’] | The height in units. |
|
| length | Scalars[‘Float’][‘input’] | The length in units. |
|
| unit | LengthUnit | `${LengthUnit}` | Unit of measurement for length, width, and height. |
|
| width | Scalars[‘Float’][‘input’] | The width in units. |