--- title: CustomerMergePayload - GraphQL Admin description: Return type for `customerMerge` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/customermergepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/customermergepayload.md --- # Customer​Merge​Payload payload Return type for `customerMerge` mutation. ## Fields * job [Job](https://shopify.dev/docs/api/admin-graphql/latest/objects/Job) The asynchronous job for merging the customers. * resulting​Customer​Id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) The ID of the customer resulting from the merge. * user​Errors [\[Customer​Merge​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerMergeUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [customer​Merge](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerMerge) mutation Merges two customers. *** ## Map ### Mutations with this payload * [customer​Merge](https://shopify.dev/docs/api/admin-graphql/latest/types/customerMerge)