Anchor to CustomerMergeUserErrorCustomer
objectCustomer Merge User Error
Requires access scope.
An error that occurs while merging two customers.
Anchor to FieldsFields
- Anchor to codecode•Customer
Merge Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Merges two customers.
- Anchor to customerOneIdcustomer•ID!required
One Id The ID of the first customer that will be merged.
- Anchor to customerTwoIdcustomer•ID!required
Two Id The ID of the second customer that will be merged.
- Anchor to overrideFieldsoverride•Customer
Fields Merge Override Fields The fields to override the default customer merge rules.
Arguments
- •Job
The asynchronous job for merging the customers.
- Anchor to resultingCustomerIdresulting•ID
Customer Id The ID of the customer resulting from the merge.
- Anchor to userErrorsuser•[Customer
Errors Merge User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?