InventoryAdjustmentGroupChanges
Sets of inventory quantity changes that occurred in inventory events.
View-Specific Information
Select
The driver uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The driver processes other filters client-side within the driver.
- InventoryAdjustmentGroupId supports the '=, IN' comparison operators.
- InventoryItemId supports the '=, IN' comparison operators.
- LocationId supports the '=, IN' comparison operators.
- Name supports the '=, IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM InventoryAdjustmentGroupChanges WHERE InventoryAdjustmentGroupId = 'Val1'
SELECT * FROM InventoryAdjustmentGroupChanges WHERE InventoryAdjustmentGroupId = 'Val1' AND InventoryItemId = 'Val1'
SELECT * FROM InventoryAdjustmentGroupChanges WHERE InventoryAdjustmentGroupId = 'Val1' AND LocationId = 'Val1'
SELECT * FROM InventoryAdjustmentGroupChanges WHERE InventoryAdjustmentGroupId = 'Val1' AND Name = 'Val1'
Columns
| Name | Type | References | Description |
| InventoryAdjustmentGroupId [KEY] | String | A globally-unique ID. | |
| InventoryItemId [KEY] | String | A globally-unique ID. | |
| LocationId [KEY] | String | A globally-unique ID. | |
| Name [KEY] | String | The name of the inventory quantity that was changed. | |
| Delta | Int | The amount by which the inventory quantity was changed. | |
| QuantityAfterChange | Int | The quantity of named inventory after the change. | |
| LedgerDocumentUri | String | A URI that represents what the inventory quantity change was applied to. |