Skip to main content

customerCreate Mutation

Creates a new customer.

Requires the MANAGE_USERSpermission.

Triggers the following webhook events:

  • CUSTOMER_CREATED (async): A new customer account was created.
  • CUSTOMER_METADATA_UPDATED (async): Optionally called when customer's metadata was updated.
  • NOTIFY_USER (async): A notification for setting the password.
  • ACCOUNT_SET_PASSWORD_REQUESTED (async): Setting a new password for the account is requested.
customerCreate(
input: UserCreateInput!
): CustomerCreate
Show return type

Arguments

input ● UserCreateInput!

Fields required to create a customer.

Type

CustomerCreate

Creates a new customer.

Requires the MANAGE_USERSpermission.

Triggers the following webhook events:

  • CUSTOMER_CREATED (async): A new customer account was created.
  • CUSTOMER_METADATA_UPDATED (async): Optionally called when customer's metadata was updated.
  • NOTIFY_USER (async): A notification for setting the password.
  • ACCOUNT_SET_PASSWORD_REQUESTED (async): Setting a new password for the account is requested.