--- title: CustomerAddressUpdatePayload - Customer API description: Return type for `customerAddressUpdate` mutation. api_version: 2025-10 api_name: customer type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/payloads/customeraddressupdatepayload md: https://shopify.dev/docs/api/customer/latest/payloads/customeraddressupdatepayload.md --- # Customer​Address​Update​Payload payload Return type for `customerAddressUpdate` mutation. ## Fields * customer​Address [Customer​Address](https://shopify.dev/docs/api/customer/latest/objects/CustomerAddress) The updated address. * user​Errors [\[User​Errors​Customer​Address​User​Errors!\]!](https://shopify.dev/docs/api/customer/latest/objects/UserErrorsCustomerAddressUserErrors) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [customer​Address​Update](https://shopify.dev/docs/api/customer/latest/mutations/customerAddressUpdate) mutation Updates a specific address for a customer. * address​Id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) required ### Arguments The ID of the address to be updated. * address [Customer​Address​Input](https://shopify.dev/docs/api/customer/latest/input-objects/CustomerAddressInput) Specifies the fields to use when updating the address. * default​Address [Boolean](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) Default:null The flag to set the address as the default address. *** *** ## Map ### Mutations with this payload * [customer​Address​Update](https://shopify.dev/docs/api/customer/latest/types/customerAddressUpdate)