---
title: UserErrorsCustomerAddressUserErrors - Customer API
description: The error codes that are provided for failed address mutations.
api_version: 2026-01
api_name: customer
type: object
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/latest/objects/UserErrorsCustomerAddressUserErrors
  md: >-
    https://shopify.dev/docs/api/customer/latest/objects/UserErrorsCustomerAddressUserErrors.md
---

# User​Errors​Customer​Address​User​Errors

object

The error codes that are provided for failed address mutations.

## Fields

* code

  [User​Errors​Customer​Address​User​Errors​Code](https://shopify.dev/docs/api/customer/latest/enums/UserErrorsCustomerAddressUserErrorsCode)

  The error code.

* field

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

  The path to the input field that caused the error.

* message

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

  non-null

  The error message.

***

## Map

No referencing types

***

## Mutations

* [customer​Address​Create](https://shopify.dev/docs/api/customer/latest/mutations/customerAddressCreate)

  mutation

  Creates a new address for a customer.

  * address

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

    required

    ### Arguments

    Specifies the fields to use when creating the address.

  * default​Address

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

    Default:false

    The flag to set the address as the default address.

  ***

* [customer​Address​Delete](https://shopify.dev/docs/api/customer/latest/mutations/customerAddressDelete)

  mutation

  Deletes 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 deleted.

  ***

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

  ***

***

## UserErrorsCustomerAddressUserErrors Mutations

### Mutated by

* [customer​Address​Create](https://shopify.dev/docs/api/customer/latest/mutations/customerAddressCreate)
* [customer​Address​Delete](https://shopify.dev/docs/api/customer/latest/mutations/customerAddressDelete)
* [customer​Address​Update](https://shopify.dev/docs/api/customer/latest/mutations/customerAddressUpdate)

***

## Interfaces

* [Displayable​Error](https://shopify.dev/docs/api/customer/latest/interfaces/DisplayableError)

  interface

***

## UserErrorsCustomerAddressUserErrors Implements

### Implements

* [Displayable​Error](https://shopify.dev/docs/api/customer/latest/interfaces/DisplayableError)
