# CustomerMergeOverrideFields - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to override default customer merge rules. ### Access Scopes ## Fields * [customerIdOfDefaultAddressToKeep](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the customer whose default address will be kept. * [customerIdOfEmailToKeep](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the customer whose email will be kept. * [customerIdOfFirstNameToKeep](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the customer whose first name will be kept. * [customerIdOfLastNameToKeep](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the customer whose last name will be kept. * [customerIdOfPhoneNumberToKeep](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the customer whose phone number will be kept. * [note](/docs/api/admin-graphql/2024-10/scalars/String): String - The note to keep. * [tags](/docs/api/admin-graphql/2024-10/scalars/String): String - The tags to keep. ## Input objects with this input object * [customerMerge](/docs/api/admin-graphql/2024-10/mutations/customerMerge) * [QueryRoot](/docs/api/admin-graphql/2024-10/arguments/QueryRoot) * [customerMergePreview](/docs/api/admin-graphql/2024-10/queries/customerMergePreview) ## Examples