--- title: CustomerUpdatePayload - Customer API description: Return type for `customerUpdate` mutation. api_version: unstable api_name: customer source_url: html: https://shopify.dev/docs/api/customer/unstable/payloads/customerupdatepayload md: https://shopify.dev/docs/api/customer/unstable/payloads/customerupdatepayload.md --- # Customer​Update​Payload payload Return type for `customerUpdate` mutation. ## Fields * customer [Customer](https://shopify.dev/docs/api/customer/unstable/objects/Customer) The customer's personal information that has been updated. * user​Errors [\[User​Errors​Customer​User​Errors!\]!](https://shopify.dev/docs/api/customer/unstable/objects/UserErrorsCustomerUserErrors) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [customer​Update](https://shopify.dev/docs/api/customer/unstable/mutations/customerUpdate) mutation Updates the customer's personal information. * input [Customer​Update​Input!](https://shopify.dev/docs/api/customer/unstable/input-objects/CustomerUpdateInput) required ### Arguments Specifies the input fields for the customer update. *** *** ## Map ### Mutations with this payload * [customer​Update](https://shopify.dev/docs/api/customer/unstable/types/customerUpdate)