--- title: CustomerUpdatePayload - Storefront API description: Return type for `customerUpdate` mutation. api_version: 2025-01 api_name: storefront type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/payloads/customerupdatepayload md: https://shopify.dev/docs/api/storefront/2025-01/payloads/customerupdatepayload.md --- # Customer​Update​Payload payload Return type for `customerUpdate` mutation. ## Fields * customer [Customer](https://shopify.dev/docs/api/storefront/2025-01/objects/Customer) The updated customer object. * customer​Access​Token [Customer​Access​Token](https://shopify.dev/docs/api/storefront/2025-01/objects/CustomerAccessToken) The newly created customer access token. If the customer's password is updated, all previous access tokens (including the one used to perform this mutation) become invalid, and a new token is generated. * customer​User​Errors [\[Customer​User​Error!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/CustomerUserError) non-null The list of errors that occurred from executing the mutation. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/UserError) non-nullDeprecated *** ## Mutations with this payload * [customer​Update](https://shopify.dev/docs/api/storefront/2025-01/mutations/customerUpdate) mutation Updates an existing customer. *** ## Map ### Mutations with this payload * [customer​Update](https://shopify.dev/docs/api/storefront/2025-01/types/customerUpdate)