stack

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

AdminTypes.InventoryChangeInput interface

The input fields for the change to be made to an inventory item at a location.

Signature:

export interface InventoryChangeInput 

Properties

Property Modifiers Type Description
delta   Scalars[‘Int’][‘input’] The amount by which the inventory quantity will be changed.
inventoryItemId   Scalars[‘ID’][‘input’] Specifies the inventory item to which the change will be applied.
ledgerDocumentUri?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The ledger document URI to which the quantity change is being applied. Not allowed for ‘available’ and required for other quantity names.
locationId   Scalars[‘ID’][‘input’] Specifies the location at which the change will be applied.