Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerMergePreviewAlternateFields
The fields that can be used to override the default fields.
Signature:
export interface CustomerMergePreviewAlternateFields
| Property | Modifiers | Type | Description |
|---|---|---|---|
| defaultAddress? | Maybe<MailingAddress> | (Optional) The default address of a customer. | |
| email? | Maybe<CustomerEmailAddress> | (Optional) The email state of a customer. | |
| firstName? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The first name of a customer. | |
| lastName? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The last name of a customer. | |
| phoneNumber? | Maybe<CustomerPhoneNumber> | (Optional) The phone number state of a customer. |