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:
CustomerMergeErrorFieldType! -
The list of fields preventing the customer from being merged.
-
isMergeable:
Boolean! -
Whether the customer can be merged with another customer.
-
mergeInProgress:
CustomerMergeRequest -
The merge request if one is currently in progress.
-
reason:
String -
The reason why the customer can't be merged with another customer.
Connections
Related queries
Related mutations
Related Unions
Examples