CustomerUpdateInput - storefront - INPUT_OBJECT
Version: 2024-04
Description:
The input fields to update the Customer information.
Access Scopes
Fields
acceptsMarketing
: Boolean - Indicates whether the customer has consented to be sent marketing material via email.
email
: String - The customer’s email.
firstName
: String - The customer’s first name.
lastName
: String - The customer’s last name.
password
: String - The login password used by the customer.
phone
: String - A unique phone number for the customer. Formatted using E.164 standard. For example, _+16135551111_. To remove the phone number, specify `null`.
Input objects with this input object
customerUpdate
Examples