ODBC Driver for Shopify

Build 25.0.9434

InventoryItemInventoryLevelScheduledChanges

Lists scheduled future changes to 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

InventoryItems.Id

The globally unique identifier of the inventory item associated with the scheduled change.
InventoryLevelId String

InventoryItemInventoryLevels.Id

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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434