--- title: UserErrorsCustomerAddressUserErrors - Customer API description: The error codes that are provided for failed address mutations. api_version: 2025-01 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/2025-01/objects/UserErrorsCustomerAddressUserErrors md: https://shopify.dev/docs/api/customer/2025-01/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/2025-01/enums/UserErrorsCustomerAddressUserErrorsCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/customer/2025-01/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/customer/2025-01/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [customer​Address​Create](https://shopify.dev/docs/api/customer/2025-01/mutations/customerAddressCreate) mutation Creates a new address for a customer. * [customer​Address​Delete](https://shopify.dev/docs/api/customer/2025-01/mutations/customerAddressDelete) mutation Deletes a specific address for a customer. * [customer​Address​Update](https://shopify.dev/docs/api/customer/2025-01/mutations/customerAddressUpdate) mutation Updates a specific address for a customer. *** ## <\~> UserErrorsCustomerAddressUserErrors Mutations ### Mutated by * <\~>[customer​Address​Create](https://shopify.dev/docs/api/customer/2025-01/mutations/customerAddressCreate) * <\~>[customer​Address​Delete](https://shopify.dev/docs/api/customer/2025-01/mutations/customerAddressDelete) * <\~>[customer​Address​Update](https://shopify.dev/docs/api/customer/2025-01/mutations/customerAddressUpdate) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/customer/2025-01/interfaces/DisplayableError) interface *** ## ||-UserErrorsCustomerAddressUserErrors Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/customer/2025-01/interfaces/DisplayableError)