Skip to main content
object

Requires read_inventory access scope.

A change in an inventory quantity of an inventory item at a location. Each change tracks how inventory moves between different states like available, committed, reserved, or damaged.

The change captures the amount changed, the resulting quantity, and links to the associated InventoryItem and Location.

The name field indicates which inventory state changed, such as available, reserved, or damaged. The ledgerDocumentUri field provides an audit trail by referencing the source document or system that triggered the change.

Int!
non-null

The amount by which the inventory quantity was changed.

InventoryItem

The inventory item associated with this inventory change.

String

A URI that represents what the inventory quantity change was applied to.

Location

The location associated with this inventory change.

String!
non-null

The name of the inventory quantity that was changed.

Int

The quantity of named inventory after the change.


Was this section helpful?