# CustomerMergePreview - admin-graphql - OBJECT Version: 2024-10 ## Description A preview of the results of a customer merge request. ### Access Scopes `read_customer_merge` access scope. ## Fields * [alternateFields](/docs/api/admin-graphql/2024-10/objects/CustomerMergePreviewAlternateFields): CustomerMergePreviewAlternateFields - The fields that can be used to override the default fields. * [blockingFields](/docs/api/admin-graphql/2024-10/objects/CustomerMergePreviewBlockingFields): CustomerMergePreviewBlockingFields - The fields that will block the merge if the two customers are merged. * [customerMergeErrors](/docs/api/admin-graphql/2024-10/objects/CustomerMergeError): CustomerMergeError - The errors blocking the customer merge. * [defaultFields](/docs/api/admin-graphql/2024-10/objects/CustomerMergePreviewDefaultFields): CustomerMergePreviewDefaultFields - The fields that will be kept if the two customers are merged. * [resultingCustomerId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The resulting customer ID if the two customers are merged. ## Connections ## Related queries * [customerMergePreview](/docs/api/admin-graphql/2024-10/queries/customerMergePreview) Returns a preview of a customer merge request. ## Related mutations ## Related Unions ## Examples