Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

mutation

Requires write_customer_merge access scope.

Merges two customers.

ID!required

The ID of the first customer that will be merged.

ID!required

The ID of the second customer that will be merged.

The fields to override the default customer merge rules.


Was this section helpful?

Anchor to CustomerMergePayload returnsCustomerMergePayload returns

The asynchronous job for merging the customers.

The ID of the customer resulting from the merge.

The list of errors that occurred from executing the mutation.


Was this section helpful?