# CustomerUpdateInput - storefront - INPUT_OBJECT Version: 2024-10 ## Description The input fields to update the Customer information. ### Access Scopes ## Fields * [acceptsMarketing](/docs/api/storefront/2024-10/scalars/Boolean): Boolean - Indicates whether the customer has consented to be sent marketing material via email. * [email](/docs/api/storefront/2024-10/scalars/String): String - The customer’s email. * [firstName](/docs/api/storefront/2024-10/scalars/String): String - The customer’s first name. * [lastName](/docs/api/storefront/2024-10/scalars/String): String - The customer’s last name. * [password](/docs/api/storefront/2024-10/scalars/String): String - The login password used by the customer. * [phone](/docs/api/storefront/2024-10/scalars/String): 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](/docs/api/storefront/2024-10/mutations/customerUpdate) ## Examples