Get a specific customer from Shopify store
Retrieve a customer by their ID.
yaml
type: "io.kestra.plugin.shopify.customers.get"Examples
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
accessToken *Requiredstring
Admin API access token
Private app access token for Shopify Admin API
customerId *Requiredintegerstring
Customer ID
The ID of the customer to retrieve
storeDomain *Requiredstring
Shopify store domain
The domain of your Shopify store (e.g., 'my-store.myshopify.com')
apiVersion string
Default
2024-10API version
Shopify Admin API version to use
rateLimitDelay string
Default
PT0.5S Format
durationRate limit delay
Delay between API calls to respect rate limits
Outputs
customer Customer
Retrieved customer
The customer retrieved from Shopify
Definitions
io.kestra.plugin.shopify.models.Customer
accepts_marketing boolean
accepts_marketing_updated_at string
Format
date-timeadmin_graphql_api_id string
created_at string
Format
date-timecurrency string
default_address Customer-CustomerAddress
email string
first_name string
id integer
last_name string
last_order_id integer
last_order_name string
marketing_opt_in_level string
metafields object
multipass_identifier string
note string
orders_count integer
phone string
state string
tax_exempt boolean
tax_exemptions array
SubType string
total_spent string
updated_at string
Format
date-time