Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerMergeable
An object that represents whether a customer can be merged with another customer.
Signature:
export interface CustomerMergeable
| Property | Modifiers | Type | Description |
|---|---|---|---|
| errorFields | Array<CustomerMergeErrorFieldType | `${CustomerMergeErrorFieldType}`> | The list of fields preventing the customer from being merged. | |
| isMergeable | Scalars[‘Boolean’][‘output’] | Whether the customer can be merged with another customer. | |
| mergeInProgress? | Maybe<CustomerMergeRequest> | (Optional) The merge request if one is currently in progress. | |
| reason? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The reason why the customer can’t be merged with another customer. |