InventoryItemInventoryLevelScheduledChanges
Lists scheduled future changes to inventory levels.
View-Specific Information
Select
The component uses the Shopify API to process WHERE clause conditions built with the following column and operators. The component processes other filters client-side within the component.
- 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 | The globally unique identifier of the inventory item associated with the scheduled change. | |
| InventoryLevelId | String | The globally unique identifier of the inventory level affected by the scheduled change. | |
| ExpectedAt | Datetime | The date and time when the scheduled change to inventory quantities is expected to take effect. | |
| FromName | String | The inventory quantity type or bucket from which the quantity is transitioned (for example, 'on_hand'). | |
| ToName | String | The inventory quantity type or bucket to which the quantity is transitioned (for example, 'available'). | |
| Quantity | Int | The amount of inventory involved in the scheduled change, measured from the 'fromName' state. | |
| LedgerDocumentUri | String | A freeform URI referencing the ledger document or entity that triggered the scheduled inventory change. |