# InventoryChangeInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for the change to be made to an inventory item at a location.

### Access Scopes



## Fields
* [delta](/docs/api/admin/2025-01/scalars/Int): Int! - The amount by which the inventory quantity will be changed.
* [inventoryItemId](/docs/api/admin/2025-01/scalars/ID): ID! - Specifies the inventory item to which the change will be applied.
* [ledgerDocumentUri](/docs/api/admin/2025-01/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/2025-01/scalars/ID): ID! - Specifies the location at which the change will be applied.


## Input objects with this input object
* [InventoryAdjustQuantitiesInput](/docs/api/admin/2025-01/input-objects/InventoryAdjustQuantitiesInput)


## Examples