Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerMergePayload
Return type for customerMerge
mutation.
Signature:
export interface CustomerMergePayload
Property | Modifiers | Type | Description |
---|---|---|---|
job? | Maybe<Job> | (Optional) The asynchronous job for merging the customers. | |
resultingCustomerId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID of the customer resulting from the merge. | |
userErrors | Array<CustomerMergeUserError> | The list of errors that occurred from executing the mutation. |