Get a specific customer from Shopify store

Retrieve a customer by their ID.

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

Get customer by ID

yaml
id: shopify_get_customer
namespace: company.team

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

Admin API access token

Private app access token for Shopify Admin API

Customer ID

The ID of the customer to retrieve

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 PT0.5S
Format duration

Rate limit delay

Delay between API calls to respect rate limits

Retrieved customer

The customer retrieved from Shopify

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