List customers from Shopify store

Retrieve a list of customers from your Shopify store with optional filtering and pagination.

yaml
type: "io.kestra.plugin.shopify.customers.List"

List all customers

yaml
id: shopify_list_customers
namespace: company.team

tasks:
  - id: list_customers
    type: io.kestra.plugin.shopify.customers.List
    storeDomain: my-store.myshopify.com
    accessToken: "{{ secret('SHOPIFY_ACCESS_TOKEN') }}"
Properties

Admin API access token

Private app access token for Shopify Admin API

Shopify store domain

The domain of your Shopify store (e.g., 'my-store.myshopify.com')

Default 2024-10

API version

Shopify Admin API version to use

Default FETCH
Possible Values
STOREFETCHFETCH_ONENONE

Fetch type

How to fetch the customers

Customer limit

Maximum number of customers to return (1-250)

Default PT0.5S
Format duration

Rate limit delay

Delay between API calls to respect rate limits

Count

Number of customers retrieved

SubType

Customers

List of customers retrieved from Shopify. Only populated if using fetchType=FETCH or FETCH_ONE.

Format uri

URI

URI of the stored data. Only populated if using fetchType=STORE.

Format date-time
Format date-time
SubType string
Format date-time