# CustomerMergePreviewDefaultFields - admin - OBJECT
Version: 2025-01

## Description
The fields that will be kept as part of a customer merge preview.

### Access Scopes
`read_customer_merge` access scope.


## Fields
* [defaultAddress](/docs/api/admin/2025-01/objects/MailingAddress): MailingAddress - The default address resulting from a customer merge.
* [discountNodeCount](/docs/api/admin/2025-01/scalars/UnsignedInt64): UnsignedInt64! - The total number of customer-specific discounts resulting from a customer merge.
* [displayName](/docs/api/admin/2025-01/scalars/String): String! - The full name of the customer, based on the values for `first_name` and `last_name`. If `first_name` and `last_name` aren't available, then this field falls back to the customer's email address. If the customer's email isn't available, then this field falls back to the customer's phone number.
* [draftOrderCount](/docs/api/admin/2025-01/scalars/UnsignedInt64): UnsignedInt64! - The total number of merged draft orders.
* [email](/docs/api/admin/2025-01/objects/CustomerEmailAddress): CustomerEmailAddress - The email state of a customer.
* [firstName](/docs/api/admin/2025-01/scalars/String): String - The first name resulting from a customer merge.
* [giftCardCount](/docs/api/admin/2025-01/scalars/UnsignedInt64): UnsignedInt64! - The total number of merged gift cards.
* [lastName](/docs/api/admin/2025-01/scalars/String): String - The last name resulting from a customer merge.
* [metafieldCount](/docs/api/admin/2025-01/scalars/UnsignedInt64): UnsignedInt64! - The total number of merged metafields.
* [note](/docs/api/admin/2025-01/scalars/String): String - The merged note resulting from a customer merge.
* [orderCount](/docs/api/admin/2025-01/scalars/UnsignedInt64): UnsignedInt64! - The total number of merged orders.
* [phoneNumber](/docs/api/admin/2025-01/objects/CustomerPhoneNumber): CustomerPhoneNumber - The phone number state of a customer.
* [tags](/docs/api/admin/2025-01/scalars/String): String! - The merged tags resulting from a customer merge.

## Connections
* [addresses](/docs/api/admin/2025-01/connections/MailingAddressConnection): MailingAddressConnection!
* [discountNodes](/docs/api/admin/2025-01/connections/DiscountNodeConnection): DiscountNodeConnection!
* [draftOrders](/docs/api/admin/2025-01/connections/DraftOrderConnection): DraftOrderConnection!
* [giftCards](/docs/api/admin/2025-01/connections/GiftCardConnection): GiftCardConnection!
* [orders](/docs/api/admin/2025-01/connections/OrderConnection): OrderConnection!



## Related queries

## Related mutations

## Related Unions

## Examples