Skip to main content
Anchor to CustomerMergePayload

CustomerMergePayload

payload

Return type for customerMerge mutation.

•Job

The asynchronous job for merging the customers.

•ID

The ID of the customer resulting from the merge.

•[CustomerMergeUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Merges two customers.

Arguments

•ID!
required

The ID of the first customer that will be merged.

•ID!
required

The ID of the second customer that will be merged.

•CustomerMergeOverrideFields

The fields to override the default customer merge rules.



Was this section helpful?