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

List Locations

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

The List Locations step retrieves a collection of locations configured in a Shopify store using the Shopify Admin API. Locations represent physical or virtual places where inventory is stored, fulfilled, or managed.

This step is commonly used when there is a need to identify available locations for inventory operations, such as assigning inventory levels, fulfilling orders, or managing stock across multiple warehouses. It can be combined with inventory-related steps to ensure accurate inventory tracking and distribution.

Prerequisites

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


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
AfterA cursor used for pagination to retrieve the next set of results. This value is obtained from a previous response.String
FirstSpecifies the number of location records to retrieve in a single request.Int32

Outputs

PropertyDescriptionData Type
LocationsA list of locations configured in the Shopify store.List


Step Changes

DescriptionVersionDateDeveloper Task
Initial release of the List Locations step as part of the Shopify module.9.22Mar 2026DT-046986