Represents a change in an inventory quantity of an inventory item at a location.
Access Scopes
`read_inventory` access scope.
Fields
delta:
Int! -
The amount by which the inventory quantity was changed.
item:
InventoryItem -
The inventory item associated with this inventory change.
ledgerDocumentUri:
String -
A URI that represents what the inventory quantity change was applied to.
location:
Location -
The location associated with this inventory change.
name:
String! -
The [name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#inventory-states)
of the inventory quantity that was changed.
quantityAfterChange:
Int -
The quantity of named inventory after the change.