# CustomerMergeable - admin-graphql - OBJECT Version: 2024-10 ## Description An object that represents whether a customer can be merged with another customer. ### Access Scopes The user must have `read_customer_merge` permissions. ## Fields * [errorFields](/docs/api/admin-graphql/2024-10/enums/CustomerMergeErrorFieldType): CustomerMergeErrorFieldType! - The list of fields preventing the customer from being merged. * [isMergeable](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the customer can be merged with another customer. * [mergeInProgress](/docs/api/admin-graphql/2024-10/objects/CustomerMergeRequest): CustomerMergeRequest - The merge request if one is currently in progress. * [reason](/docs/api/admin-graphql/2024-10/scalars/String): String - The reason why the customer can't be merged with another customer. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples