InventoryItemInventoryLevelScheduledChanges
Scheduled changes for inventory levels.
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.
- 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 globally-unique ID. | |
| InventoryLevelId | String | A globally-unique ID. | |
| ExpectedAt | Datetime | The date and time that the scheduled change is expected to happen. | |
| FromName | String | The quantity name to transition from. | |
| ToName | String | The quantity name to transition to. | |
| Quantity | Int | The quantity of the scheduled change associated with the ledger document in the 'fromName' state. | |
| LedgerDocumentUri | String | A freeform URI that represents what changed the inventory quantities. |