InventoryAdjustmentGroups
Groups of adjustments made as part of inventory operations.
View-Specific Information
Select
The driver uses the Shopify API to process WHERE clause conditions built with the following column and operators. The driver processes other filters client-side within the driver.
- Id supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM InventoryAdjustmentGroups WHERE Id = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally-unique ID. | |
| Reason | String | The reason for the group of adjustments. | |
| ReferenceDocumentUri | String | 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 'referenceDocumentUri' for the inventory adjustment is a URI referencing the order ID. | |
| CreatedAt | Datetime | The date and time the inventory adjustment group was created. | |
| AppId | String | A globally-unique ID. | |
| StaffMemberId | String | A globally-unique ID. (This column is available only with a ShopifyPlus subscription) |