Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryMoveQuantitiesInput
The input fields required to move inventory quantities.
Signature:
export interface InventoryMoveQuantitiesInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| changes | Array<InventoryMoveQuantityChange> | The quantity changes of items at locations to be made. | |
| reason | Scalars[‘String’][‘input’] | The reason for the quantity changes. The value must be one of the [possible reasons](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps/quantities-states#set-inventory-quantities-on-hand). | |
| referenceDocumentUri | Scalars[‘String’][‘input’] | The reference document URI for the changes. Used to denote what’s causing the change. |