JDBC Driver for Shopify

Build 25.0.9434

InventoryAdjustmentGroups

Lists groups of adjustments applied during inventory operations.

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.

  • Id supports the '=, IN' comparison operators.

For example, the following query is processed server-side:

  SELECT * FROM InventoryAdjustmentGroups WHERE Id = 'Val1'

Columns

Name Type References Description
Id [KEY] String The globally unique identifier of the inventory adjustment group.
Reason String The reason provided for the set of inventory adjustments.
ReferenceDocumentUri String A URI that indicates the origin of the inventory change. This might point to the entity that performed the adjustment or to a related Shopify resource. For example, if a unit reserved in a draft order is later converted into an order, the URI might reference the resulting order Id.
CreatedAt Datetime The date and time when the inventory adjustment group was created.
AppId String The globally unique identifier of the app responsible for the adjustment, if applicable.
StaffMemberId String The globally unique identifier of the staff member who performed the adjustment. Available only with a Shopify Plus subscription.

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