--- title: CustomerAddressUpdatePayload - Storefront API description: Return type for `customerAddressUpdate` mutation. api_version: 2025-10 api_name: storefront type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/payloads/customeraddressupdatepayload md: https://shopify.dev/docs/api/storefront/latest/payloads/customeraddressupdatepayload.md --- # Customer​Address​Update​Payload payload Return type for `customerAddressUpdate` mutation. ## Fields * customer​Address [Mailing​Address](https://shopify.dev/docs/api/storefront/latest/objects/MailingAddress) The customer’s updated mailing address. * customer​User​Errors [\[Customer​User​Error!\]!](https://shopify.dev/docs/api/storefront/latest/objects/CustomerUserError) non-null The list of errors that occurred from executing the mutation. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/storefront/latest/objects/UserError) non-nullDeprecated *** ## Mutations with this payload * [customer​Address​Update](https://shopify.dev/docs/api/storefront/latest/mutations/customerAddressUpdate) mutation Updates the address of an existing customer. * customer​Access​Token [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) required ### Arguments The access token used to identify the customer. * id [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID) required Specifies the customer address to update. * address [Mailing​Address​Input!](https://shopify.dev/docs/api/storefront/latest/input-objects/MailingAddressInput) required The customer’s mailing address. *** *** ## Map ### Mutations with this payload * [customer​Address​Update](https://shopify.dev/docs/api/storefront/latest/types/customerAddressUpdate)