# InventoryChange - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a change in an inventory quantity of an inventory item at a location. ### Access Scopes `read_inventory` access scope. ## Fields * [delta](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The amount by which the inventory quantity was changed. * [item](/docs/api/admin-graphql/2024-10/objects/InventoryItem): InventoryItem - The inventory item associated with this inventory change. * [ledgerDocumentUri](/docs/api/admin-graphql/2024-10/scalars/String): String - A URI that represents what the inventory quantity change was applied to. * [location](/docs/api/admin-graphql/2024-10/objects/Location): Location - The location associated with this inventory change. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The [name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#inventory-states) of the inventory quantity that was changed. * [quantityAfterChange](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The quantity of named inventory after the change. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples