
Shopify Create
CertifiedCreate Shopify customer record
Shopify Create
Create Shopify customer record
Creates a customer through the Shopify Admin API using the provided store domain and access token. Email is required; name and phone fields are optional.
type: io.kestra.plugin.shopify.customers.CreateExamples
Create a customer
id: shopify_create_customer
namespace: company.team
tasks:
- id: create_customer
type: io.kestra.plugin.shopify.customers.Create
storeDomain: my-store.myshopify.com
accessToken: "{{ secret('SHOPIFY_ACCESS_TOKEN') }}"
email: customer@example.com
firstName: John
lastName: Doe
Properties
accessToken *Requiredstring
Admin API access token
Private app Admin API access token sent as X-Shopify-Access-Token
email *Requiredstring
Customer email
Email address for the new customer (required)
storeDomain *Requiredstring
Shopify store domain
Store domain used for Admin API calls (e.g., my-store.myshopify.com)
apiVersion string
2024-10API version
Shopify Admin API version path segment; defaults to 2024-10
firstName string
First name
Optional given name for the customer
lastName string
Last name
Optional family name for the customer
phone string
Phone number
Optional phone number sent to Shopify
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
rateLimitDelay string
PT0.5SRate limit delay
Sleep between API calls to respect Shopify rate limits; default 500ms
Outputs
customer
Created customer
Customer object returned by Shopify for the created record
io.kestra.plugin.shopify.models.Customer
date-timeio.kestra.plugin.shopify.models.Customer-CustomerAddress
date-timeio.kestra.plugin.shopify.models.Customer-CustomerAddress
date-time