Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerMergePreview
A preview of the results of a customer merge request.
Signature:
export interface CustomerMergePreview
Property | Modifiers | Type | Description |
---|---|---|---|
alternateFields? | Maybe<CustomerMergePreviewAlternateFields> | (Optional) The fields that can be used to override the default fields. | |
blockingFields? | Maybe<CustomerMergePreviewBlockingFields> | (Optional) The fields that will block the merge if the two customers are merged. | |
customerMergeErrors? | Maybe<Array<CustomerMergeError>> | (Optional) The errors blocking the customer merge. | |
defaultFields? | Maybe<CustomerMergePreviewDefaultFields> | (Optional) The fields that will be kept if the two customers are merged. | |
resultingCustomerId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The resulting customer ID if the two customers are merged. |