| Step Details |
| Introduced in Version | 9.22 |
| Last Modified in Version | 9.22 |
| Location | Integration > Shopify > Customers
|
The List Customers step retrieves a collection of customer records from a Shopify store using the Shopify Admin API. This step is used to access customer data for automation scenarios such as reporting, synchronization, segmentation, or downstream processing in a flow.
This step is commonly used when there is a need to review or process multiple customer records, such as exporting customer data, filtering customers based on criteria, or integrating Shopify customer data with external systems. It can be combined with looping steps, filtering logic, or data mapping steps to perform bulk operations or transformations.
Prerequisites
This step requires the Shopify module to be installed and a configured OAuth token with appropriate Shopify Admin API scopes (such as read_customers).
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 customer records to retrieve in a single request. | Int32 |
| Query Filter | An optional query string used to filter results based on Shopify search syntax. | String |
Outputs
| Property | Description | Data Type |
|---|
| Customers | A list of customer records returned from Shopify. | List |
| HasNextPage | Indicates whether additional customer records are available for retrieval. | Boolean |
| EndCursor | The cursor value used to retrieve the next page of results when pagination is required.
| String |


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