Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerMergeOverrideFields
The input fields to override default customer merge rules.
Signature:
export interface CustomerMergeOverrideFields
| Property | Modifiers | Type | Description |
|---|---|---|---|
| customerIdOfDefaultAddressToKeep? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The ID of the customer whose default address will be kept. | |
| customerIdOfEmailToKeep? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The ID of the customer whose email will be kept. | |
| customerIdOfFirstNameToKeep? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The ID of the customer whose first name will be kept. | |
| customerIdOfLastNameToKeep? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The ID of the customer whose last name will be kept. | |
| customerIdOfPhoneNumberToKeep? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The ID of the customer whose phone number will be kept. | |
| note? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The note to keep. | |
| tags? | InputMaybe<Array<Scalars[‘String’][‘input’]>> | (Optional) The tags to keep. |