Skip to main content
Anchor to CustomerMergeUserError

CustomerMergeUserError

object

Requires read_customer_merge access scope.

An error that occurs while merging two customers.

•CustomerMergeErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•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.


Fields

•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?


Was this section helpful?