--- title: CustomerMergeUserError - GraphQL Admin description: An error that occurs while merging two customers. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/CustomerMergeUserError md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/CustomerMergeUserError.txt --- # Customer​Merge​User​Error object Requires `read_customer_merge` access scope. An error that occurs while merging two customers. ## Fields * code [Customer​Merge​Error​Code](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/CustomerMergeErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [customer​Merge](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/customerMerge) mutation Merges two customers. *** ## <\~> CustomerMergeUserError Mutations ### Mutated by * <\~>[customer​Merge](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/customerMerge) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/DisplayableError) interface *** ## ||-CustomerMergeUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/DisplayableError)