Power BI Connector for Shopify

Build 25.0.9454

InventoryItemInventoryLevelQuantities

Lists on-hand, committed, and available quantities by location for an inventory item.

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.

  • InventoryLevelId supports the '=, IN' comparison operators.
  • Name supports the '=, IN' comparison operators.

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

  SELECT * FROM InventoryItemInventoryLevelQuantities WHERE InventoryLevelId = 'Val1'
  SELECT * FROM InventoryItemInventoryLevelQuantities WHERE Name = 'Val1'

Columns

Name Type References Description
Id [KEY] String The globally unique identifier of the inventory level quantity record.
InventoryItemId String

InventoryItems.Id

The globally unique identifier of the related inventory item.
InventoryLevelId String

InventoryItemInventoryLevels.Id

The globally unique identifier of the inventory level associated with this quantity.
InventoryLevelLocationId String The globally unique identifier of the location tied to the inventory level.
Name String The label or name that identifies the specific type of inventory quantity (for example, available or reserved).
Quantity Int The recorded quantity for the specified inventory type.
UpdatedAt Datetime The date and time when the quantity was last updated.

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