CustomerActivateInput
InputActivates a customer account using the provided token and sets the customer’s password.
#
Fields
- String!
email The email address of the customer to be activated.
- String
firstName The first name of the customer.
- String
lastName The last name of the customer.
- [KeyValuePairOfStringAndStringInput!]
metadata The metadata of the customer, which can be used to store additional information about the customer
- String!
password The password to set for the customer account.
- String!
token The activation token that was sent to the customer’s email address, through
CustomerRegister.