Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerMergeRequest
A merge request for merging two customers.
Signature:
export interface CustomerMergeRequest
Property | Modifiers | Type | Description |
---|---|---|---|
customerMergeErrors | Array<CustomerMergeError> | The merge errors that occurred during the customer merge request. | |
jobId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The UUID of the merge job. | |
resultingCustomerId | Scalars[‘ID’][‘output’] | The ID of the customer resulting from the merge. | |
status | CustomerMergeRequestStatus | `${CustomerMergeRequestStatus}` | The status of the customer merge request. |