stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryChange

AdminTypes.InventoryChange interface

Represents a change in an inventory quantity of an inventory item at a location.

Signature:

export interface InventoryChange 

Properties

Property Modifiers Type Description
delta   Scalars[‘Int’][‘output’] The amount by which the inventory quantity was changed.
item?   Maybe<InventoryItem> (Optional) The inventory item associated with this inventory change.
ledgerDocumentUri?   Maybe<Scalars[‘String’][‘output’]> (Optional) The ledger document URI for the change. Denotes who the change is applied to.
location?   Maybe<Location> (Optional) The location associated with this inventory change.
name   Scalars[‘String’][‘output’] The [name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#inventory-states) of the inventory quantity that was changed.
quantityAfterChange?   Maybe<Scalars[‘Int’][‘output’]> (Optional) The quantity of named inventory after the change.