Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryAdjustItemInput
The input fields for items and their adjustments.
Signature:
export interface InventoryAdjustItemInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| availableDelta | Scalars[‘Int’][‘input’] | The change applied to the available quantity of the item at the location. |
|
| inventoryItemId | Scalars[‘ID’][‘input’] | ID of the inventory item to adjust. |