Power BI Connector for Shopify

Build 25.0.9454

InventoryAdjustmentGroupChanges

Sets of inventory quantity changes that occurred in inventory events.

View-Specific Information

Select

The connector uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The connector processes other filters client-side within the connector.

  • InventoryAdjustmentGroupId supports the '=, IN' comparison operators.
  • InventoryItemId supports the '=, IN' comparison operators.
  • LocationId supports the '=, IN' comparison operators.
  • Name supports the '=, IN' comparison operators.

For example, the following queries are processed server-side:

  SELECT * FROM InventoryAdjustmentGroupChanges WHERE InventoryAdjustmentGroupId = 'Val1'
  SELECT * FROM InventoryAdjustmentGroupChanges WHERE InventoryAdjustmentGroupId = 'Val1' AND InventoryItemId = 'Val1'
  SELECT * FROM InventoryAdjustmentGroupChanges WHERE InventoryAdjustmentGroupId = 'Val1' AND LocationId = 'Val1'
  SELECT * FROM InventoryAdjustmentGroupChanges WHERE InventoryAdjustmentGroupId = 'Val1' AND Name = 'Val1'

Columns

Name Type References Description
InventoryAdjustmentGroupId [KEY] String

InventoryAdjustmentGroups.Id

A globally-unique ID.
InventoryItemId [KEY] String A globally-unique ID.
LocationId [KEY] String A globally-unique ID.
Name [KEY] String The name of the inventory quantity that was changed.
Delta Int The amount by which the inventory quantity was changed.
QuantityAfterChange Int The quantity of named inventory after the change.
LedgerDocumentUri String A URI that represents what the inventory quantity change was applied to.

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