InventoryItemInventoryLevelScheduledChanges
Displays future or pending adjustments to inventory levels that are scheduled to take effect later.
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.
- InventoryLevelId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM InventoryItemInventoryLevelScheduledChanges WHERE InventoryLevelId = 'Val1'
Columns
| Name | Type | References | Description |
| InventoryItemId | String | A unique identifier for the inventory item associated with the scheduled quantity change. | |
| InventoryLevelId | String | A unique identifier for the inventory level where the scheduled change will occur. | |
| ExpectedAt | Datetime | The date and time when the scheduled quantity transition is expected to take effect. | |
| FromName | String | The current quantity name or state that the inventory will transition from. | |
| ToName | String | The target quantity name or state that the inventory will transition to once the scheduled change is applied. | |
| Quantity | Int | The number of units involved in the scheduled change, representing the quantity currently in the 'FromName' state. | |
| LedgerDocumentUri | String | A reference URI identifying the document, transaction, or process that triggered the scheduled inventory change. |