Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryMoveQuantityChange
Represents the change to be made to an inventory item at a location. The change can either involve the same quantity name between different locations, or involve different quantity names between the same location.
Signature:
export interface InventoryMoveQuantityChange
Property | Modifiers | Type | Description |
---|---|---|---|
from | InventoryMoveQuantityTerminalInput | Details about where the move will be made from. | |
inventoryItemId | Scalars[‘ID’][‘input’] | Specifies the inventory item to which the change will be applied. | |
quantity | Scalars[‘Int’][‘input’] | The amount by which the inventory quantity will be changed. | |
to | InventoryMoveQuantityTerminalInput | Details about where the move will be made to. |