# customerAddressUpdate - customer - MUTATION Version: 2024-10 ## Description Updates a specific address for a customer. ### Access Scopes ## Arguments * [address](/docs/api/customer/2024-10/input-objects/CustomerAddressInput): CustomerAddressInput - Specifies the fields to use when updating the address. * [addressId](/docs/api/customer/2024-10/scalars/ID): ID! - The ID of the address to be updated. * [defaultAddress](/docs/api/customer/2024-10/scalars/Boolean): Boolean - The flag to set the address as the default address. ## Returns * [customerAddress](/docs/api/customer/2024-10/objects/CustomerAddress): CustomerAddress The updated address. * [userErrors](/docs/api/customer/2024-10/objects/UserErrorsCustomerAddressUserErrors): UserErrorsCustomerAddressUserErrors! The list of errors that occurred from executing the mutation. ## Examples