InventoryAdjustmentGroups
Displays groups of related inventory adjustments created as part of larger inventory operations.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- 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 identifier for the inventory adjustment group. | |
| Reason | String | The explanation or cause for this group of inventory adjustments, such as restock, sale, return, or correction. | |
| ReferenceDocumentUri | String | A URI reference that identifies the source or context of the inventory adjustment. This can represent either the system or entity initiating the change (such as an app or staff member) or a related Shopify resource, like an order or draft order. | |
| CreatedAt | Datetime | The date and time when the inventory adjustment group was created. | |
| AppId | String | The unique identifier of the app that initiated or recorded the inventory adjustment, if applicable. | |
| StaffMemberId | String | The unique identifier of the staff member who performed the adjustment. This column is only available for stores on a Shopify Plus plan. |