# InventoryMoveQuantityTerminalInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields representing the change to be made to an inventory item at a location. ### Access Scopes ## Fields * [ledgerDocumentUri](/docs/api/admin-graphql/2024-10/scalars/String): String - A freeform URI that represents what changed the inventory quantities. A Shopify global ID isn't an accepted value. For example, specifying "gid://shopify/Order/123" would return an error. This field is required for a move of all quantity names except `available`. The field `ledgerDocumentUri` isn't supported for use with an `available` quantity name. * [locationId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - Specifies the location at which the change will be applied. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The quantity [name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#inventory-states) to be moved. ## Input objects with this input object * [InventoryMoveQuantityChange](/docs/api/admin-graphql/2024-10/input-objects/InventoryMoveQuantityChange) * [InventoryMoveQuantityChange](/docs/api/admin-graphql/2024-10/input-objects/InventoryMoveQuantityChange) ## Examples