JDBC Driver for Shopify

Build 25.0.9434

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

InventoryItems.Id

A globally-unique ID.
InventoryLevelId String

InventoryItemInventoryLevels.Id

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.

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