--- title: UserErrorsCustomerAddressUserErrors - Customer API description: The error codes that are provided for failed address mutations. api_version: 2025-10 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. * [customer​Address​Delete](https://shopify.dev/docs/api/customer/latest/mutations/customerAddressDelete) mutation Deletes a specific address for a customer. * [customer​Address​Update](https://shopify.dev/docs/api/customer/latest/mutations/customerAddressUpdate) mutation Updates a specific address for a customer. *** ## <\~> 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)