--- title: CustomerUpdateInput - Storefront API description: The input fields to update the Customer information. api_version: 2025-01 api_name: storefront type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/input-objects/customerupdateinput md: https://shopify.dev/docs/api/storefront/2025-01/input-objects/customerupdateinput.md --- # Customer​Update​Input input\_object The input fields to update the Customer information. ## Fields * accepts​Marketing [Boolean](https://shopify.dev/docs/api/storefront/2025-01/scalars/Boolean) Indicates whether the customer has consented to be sent marketing material via email. * email [String](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) The customer’s email. * first​Name [String](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) The customer’s first name. * last​Name [String](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) The customer’s last name. * password [String](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) The login password used by the customer. * phone [String](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) A unique phone number for the customer. Formatted using E.164 standard. For example, *+16135551111*. To remove the phone number, specify `null`. *** ## Map No referencing types