Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryLevelInput
The input fields for an inventory level.
Signature:
export interface InventoryLevelInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| availableQuantity | Scalars[‘Int’][‘input’] | The available quantity of an inventory item at a location. | |
| locationId | Scalars[‘ID’][‘input’] | The ID of a location. |