# InventoryChangeInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for the change to be made to an inventory item at a location. ### Access Scopes ## Fields * [delta](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The amount by which the inventory quantity will be changed. * [inventoryItemId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - Specifies the inventory item to which the change will be applied. * [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 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. ## Input objects with this input object * [InventoryAdjustQuantitiesInput](/docs/api/admin-graphql/2024-10/input-objects/InventoryAdjustQuantitiesInput) ## Examples