InventoryAdjustmentGroup
Requires access scope.
Represents a group of adjustments made as part of the same operation.
Anchor to FieldsFields
- •
The app that triggered the inventory event, if one exists.
- Anchor to changeschanges•[Inventory
Change!]! non-null The set of inventory quantity changes that occurred in the inventory event.
- Anchor to createdAtcreated•
At DateTime! non-null The date and time the inventory adjustment group was created.
- •ID!non-null
A globally-unique ID.
- Anchor to reasonreason•String!non-null
The reason for the group of adjustments.
- Anchor to referenceDocumentUrireference•
Document Uri A freeform URI that represents why the inventory change happened. This can be the entity adjusting inventory quantities or the Shopify resource that's associated with the inventory adjustment. For example, a unit in a draft order might have been previously reserved, and a merchant later creates an order from the draft order. In this case, the
for the inventory adjustment is a URI referencing the order ID.
- Anchor to staffMemberstaff•
Member The staff member associated with the inventory event.
Map
No referencing types
Anchor to MutationsMutations
- •mutation
Apply changes to inventory quantities.
- •mutation
Moves inventory between inventory quantity names at a single location.
- •mutationDeprecated
Set inventory on-hand quantities using absolute values. Use
to set on_hand or available quantites instead.