Create customer in Shopify store

Create a new customer in your Shopify store.

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

Create a customer

yaml
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

Admin API access token

Private app access token for Shopify Admin API

Customer email

Email address for the customer

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

First name

Customer's first name

Last name

Customer's last name

Phone number

Customer's phone number

Default PT0.5S
Format duration

Rate limit delay

Delay between API calls to respect rate limits

Created customer

The customer that was created in Shopify

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