MCP Server for Shopify

Build 25.0.9440

InventoryItemInventoryLevelQuantities

List quantities for inventory items at specific locations.

View-Specific Information

Select

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

  • 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 A globally-unique ID.
InventoryItemId String

InventoryItems.Id

A globally-unique ID.
InventoryLevelId String

InventoryItemInventoryLevels.Id

A globally-unique ID.
InventoryLevelLocationId String A globally-unique ID.
Name String The name that identifies the inventory quantity.
Quantity Int The quantity for the quantity name.
UpdatedAt Datetime When the quantity was last updated.

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