--- title: CustomerAddressUpdatePayload - Storefront API description: Return type for `customerAddressUpdate` 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/customeraddressupdatepayload md: https://shopify.dev/docs/api/storefront/2025-01/payloads/customeraddressupdatepayload.md --- # Customer​Address​Update​Payload payload Return type for `customerAddressUpdate` mutation. ## Fields * customer​Address [Mailing​Address](https://shopify.dev/docs/api/storefront/2025-01/objects/MailingAddress) The customer’s updated mailing address. * 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​Address​Update](https://shopify.dev/docs/api/storefront/2025-01/mutations/customerAddressUpdate) mutation Updates the address of an existing customer. *** ## Map ### Mutations with this payload * [customer​Address​Update](https://shopify.dev/docs/api/storefront/2025-01/types/customerAddressUpdate)