stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerMergePayload

AdminTypes.CustomerMergePayload interface

Return type for customerMerge mutation.

Signature:

export interface CustomerMergePayload 

Properties

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.