Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryMoveQuantityTerminalInput
The input fields representing the change to be made to an inventory item at a location.
Signature:
export interface InventoryMoveQuantityTerminalInput
Property | Modifiers | Type | Description |
---|---|---|---|
ledgerDocumentUri? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The ledger document URI for the quantity move. Not allowed for ‘available’ and required for other quantity names. | |
locationId | Scalars[‘ID’][‘input’] | Specifies the location at which the change will be applied. | |
name | Scalars[‘String’][‘input’] | The quantity [name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#inventory-states) to be moved. |