Skip to main content

CustomerCreate

Creates a new customer.

Requires MANAGE_USERSpermission.
type CustomerCreate {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
user: User
}

Fields

CustomerCreate.accountErrors ● [AccountError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

CustomerCreate.errors ● [AccountError!]! non-null object

CustomerCreate.user ● User object

Returned by

customerCreate mutation


Was this page helpful?