---
title: customerAddressUpdate - Customer API
description: Updates a specific address for a customer.
api_version: 2026-04
source_url:
  html: 'https://shopify.dev/docs/api/customer/latest/mutations/customerAddressUpdate'
  md: >-
    https://shopify.dev/docs/api/customer/latest/mutations/customerAddressUpdate.md
api_name: customer
api_type: graphql
type: mutation
---

# customer​Address​Update

mutation

Updates a specific address for a customer.

## Arguments

* address

  [Customer​Address​Input](https://shopify.dev/docs/api/customer/latest/input-objects/CustomerAddressInput)

  Specifies the fields to use when updating the address.

* address​Id

  [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID)

  required

  The ID of the address to be updated.

* default​Address

  [Boolean](https://shopify.dev/docs/api/customer/latest/scalars/Boolean)

  Default:null

  The flag to set the address as the default address.

***

## Customer​Address​Update​Payload returns

* 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.

***

## Examples

* ### customerAddressUpdate reference
