# CustomerUpdatePayload - storefront - PAYLOAD Version: 2024-10 ## Description Return type for `customerUpdate` mutation. ### Access Scopes ## Fields * [customer](/docs/api/storefront/2024-10/objects/Customer): Customer - The updated customer object. * [customerAccessToken](/docs/api/storefront/2024-10/objects/CustomerAccessToken): 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. * [customerUserErrors](/docs/api/storefront/2024-10/objects/CustomerUserError): CustomerUserError! - The list of errors that occurred from executing the mutation. * [userErrors](/docs/api/storefront/2024-10/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [customerUpdate](/docs/api/storefront/2024-10/mutations/customerUpdate) ## Examples