Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryAdjustmentGroup
Represents a group of adjustments made as part of the same operation.
Signature:
export interface InventoryAdjustmentGroup extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
app? | Maybe<App> | (Optional) The app that triggered the inventory event, if one exists. | |
changes | Array<InventoryChange> | The set of inventory quantity changes that occurred in the inventory event. | |
createdAt | Scalars[‘DateTime’][‘output’] | The date and time the inventory adjustment group was created. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
reason | Scalars[‘String’][‘output’] | The reason for the group of adjustments. | |
referenceDocumentUri? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The reference document URI for the changes. Denotes what’s causing the change. | |
staffMember? | Maybe<StaffMember> | (Optional) The staff member associated with the inventory event. |