Customer Create Payload
Return type for mutation.
Anchor to FieldsFields
- customer (Customer)
- customerUserErrors ([CustomerUserError!]!)
- userErrors ([UserError!]!): deprecated
- Anchor to customercustomer•CustomerToken access required
The created customer object.
Show fields
- Anchor to customerUserErrorscustomer•[Customer
User Errors User Error!]! non-null The list of errors that occurred from executing the mutation.
Show fields
- Anchor to userErrorsuser•[User
Errors Error!]! non-nullDeprecated Show fields
Anchor to Mutations with this payloadMutations with this payload
- customerCreate (CustomerCreatePayload)
- •mutation
Creates a new
Customeraccount with the provided contact information and login credentials. The customer can then sign in for things such as accessing their account, viewing order history, and managing saved addresses.CautionThis mutation creates customer credentials. Ensure passwords are collected securely and never logged or exposed in client-side code.
Caution:This mutation creates customer credentials. Ensure passwords are collected securely and never logged or exposed in client-side code.
Caution: This mutation creates customer credentials. Ensure passwords are collected securely and never logged or exposed in client-side code.
Show payload
- Anchor to inputinput•Customer
Create Input! required The fields used to create a new customer.
Show input fields
Arguments