| Step Details |
| Introduced in Version | 9.22 |
| Last Modified in Version | 9.22 |
| Location | Integration > 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
| Property | Description | Data Type |
|---|
| Store Domain | The Shopify store domain used to construct API requests (e.g., {store-name}.myshopify.com). | String |
| Token | The access token used to authenticate requests to the Shopify Admin API. | String |
Inputs
| Property | Description | Data Type |
|---|
| After | A cursor used for pagination to retrieve the next set of results. This value is obtained from a previous response. | String |
| First | Specifies the number of location records to retrieve in a single request. | Int32 |
Outputs
| Property | Description | Data Type |
|---|
| Locations | A list of locations configured in the Shopify store. | List |


Step Changes
| Description | Version | Date | Developer Task |
|---|
| Initial release of the List Locations step as part of the Shopify module. | 9.22 | Mar 2026 | DT-046986 |