Preview

CustomerUnificationSubmitDecisionInput is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CustomerUnificationSubmitDecisionInput

Input to record one clerical decision for a party pair.

This page contains

    Fields

    pairId ID!

    Identifier of the candidate duplicate pair from the review queue.

    advisorId ID!

    Advisor (tenant) that owns the queue entry; must match the pair's scope.

    decision CustomerUnificationDecisionType! PREVIEW

    Outcome being recorded (merge, reject, defer, or unmerge).

    notes String

    Optional free-text note stored with the decision for audit.

    fieldSelections String

    JSON object mapping merge field names to per-field resolutions when the merge requires explicit choices. Each value is an object with a required "source" (see CustomerUnificationFieldResolutionSource) and optional "customValue" when the source is CUSTOM.

    Mutations for CustomerUnificationSubmitDecisionInput

    customerUnificationSubmitDecisionByAdvisorId PREVIEW

    Record one merge, reject, defer, or unmerge outcome for a single pair.