Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerMergeErrorFieldType
The types of the hard blockers preventing a customer from being merged to another customer.
Signature:
export declare enum CustomerMergeErrorFieldType
Member | Value | Description |
---|---|---|
CompanyContact | "COMPANY_CONTACT" |
The customer is a company contact. |
CustomerPaymentMethods | "CUSTOMER_PAYMENT_METHODS" |
The customer has payment methods. |
DeletedAt | "DELETED_AT" |
The customer does not exist. |
GiftCards | "GIFT_CARDS" |
The customer has gift cards. |
MergeInProgress | "MERGE_IN_PROGRESS" |
The customer has a merge in progress. |
MultipassIdentifier | "MULTIPASS_IDENTIFIER" |
The customer has a multipass identifier. |
PendingDataRequest | "PENDING_DATA_REQUEST" |
The customer has a pending data request. |
RedactedAt | "REDACTED_AT" |
The customer has a pending or completed redaction. |
Subscriptions | "SUBSCRIPTIONS" |
The customer has a subscription history. |