# CustomerMergePreviewDefaultFields - admin-graphql - OBJECT Version: 2024-10 ## 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-graphql/2024-10/objects/MailingAddress): MailingAddress - The default address resulting from a customer merge. * [discountNodeCount](/docs/api/admin-graphql/2024-10/scalars/UnsignedInt64): UnsignedInt64! - The total number of customer-specific discounts resulting from a customer merge. * [displayName](/docs/api/admin-graphql/2024-10/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-graphql/2024-10/scalars/UnsignedInt64): UnsignedInt64! - The total number of merged draft orders. * [email](/docs/api/admin-graphql/2024-10/objects/CustomerEmailAddress): CustomerEmailAddress - The email state of a customer. * [firstName](/docs/api/admin-graphql/2024-10/scalars/String): String - The first name resulting from a customer merge. * [giftCardCount](/docs/api/admin-graphql/2024-10/scalars/UnsignedInt64): UnsignedInt64! - The total number of merged gift cards. * [lastName](/docs/api/admin-graphql/2024-10/scalars/String): String - The last name resulting from a customer merge. * [metafieldCount](/docs/api/admin-graphql/2024-10/scalars/UnsignedInt64): UnsignedInt64! - The total number of merged metafields. * [note](/docs/api/admin-graphql/2024-10/scalars/String): String - The merged note resulting from a customer merge. * [orderCount](/docs/api/admin-graphql/2024-10/scalars/UnsignedInt64): UnsignedInt64! - The total number of merged orders. * [phoneNumber](/docs/api/admin-graphql/2024-10/objects/CustomerPhoneNumber): CustomerPhoneNumber - The phone number state of a customer. * [tags](/docs/api/admin-graphql/2024-10/scalars/String): String! - The merged tags resulting from a customer merge. ## Connections * [addresses](/docs/api/admin-graphql/2024-10/connections/MailingAddressConnection): MailingAddressConnection! * [discountNodes](/docs/api/admin-graphql/2024-10/connections/DiscountNodeConnection): DiscountNodeConnection! * [draftOrders](/docs/api/admin-graphql/2024-10/connections/DraftOrderConnection): DraftOrderConnection! * [giftCards](/docs/api/admin-graphql/2024-10/connections/GiftCardConnection): GiftCardConnection! * [orders](/docs/api/admin-graphql/2024-10/connections/OrderConnection): OrderConnection! ## Related queries ## Related mutations ## Related Unions ## Examples