Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerMergeErrorCode
Possible error codes that can be returned by CustomerMergeUserError
.
Signature:
export declare enum CustomerMergeErrorCode
Member | Value | Description |
---|---|---|
CustomerHasGiftCards | "CUSTOMER_HAS_GIFT_CARDS" |
The customer cannot be merged because it has associated gift cards. |
InternalError | "INTERNAL_ERROR" |
An internal error occurred. |
InvalidCustomer | "INVALID_CUSTOMER" |
The customer cannot be merged. |
InvalidCustomerId | "INVALID_CUSTOMER_ID" |
The customer ID is invalid. |
MissingOverrideAttribute | "MISSING_OVERRIDE_ATTRIBUTE" |
The customer is missing the attribute requested for override. |
OverrideAttributeInvalid | "OVERRIDE_ATTRIBUTE_INVALID" |
The override attribute is invalid. |