Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

List Inventory Levels By Inventory Item Id

Prev Next
Step Details
Introduced in Version9.22
Last Modified in Version9.22
LocationIntegration > Shopify > Inventory

The List Inventory Levels By Inventory Item Id step retrieves inventory level information for a specific inventory item across one or more locations in a Shopify store using the Shopify Admin API.

This step is commonly used when there is a need to check stock availability, monitor inventory across locations, or support fulfillment logic. It can be combined with steps such as List Locations or Adjust Inventory Available to manage and update inventory accurately.

Prerequisites

This step requires the Shopify module to be installed and a configured OAuth token with appropriate Shopify Admin API scopes (such as read_inventory).


Properties

Connection

PropertyDescriptionData Type
Store DomainThe Shopify store domain used to construct API requests (e.g., {store-name}.myshopify.com).String
TokenThe access token used to authenticate requests to the Shopify Admin API.String

Inputs

PropertyDescriptionData Type
FirstSpecifies the number of inventory level records to retrieve in a single request.Int32
Inventory Item IdThe unique identifier of the inventory item whose inventory levels are being retrieved.String

Outputs

PropertyDescriptionData Type
Inventory Item IdThe unique identifier of the inventory item.String
Location IdThe unique identifier of the location associated with the inventory level.String
AvailableThe available inventory quantity for the specified inventory item at the location.Int32


Step Changes

DescriptionVersionDateDeveloper Task
Initial release of the List Inventory Levels By Inventory Item Id step as part of the Shopify module.9.22Mar 2026DT-046986