Preview

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

customerUnificationSubmitBulkDecisionByAdvisorId

Apply the same decision outcome to many pairs in one request; partial success is expressed via counters and conflicts.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_RESELLER

    ROLE_CHANNEL_ADMIN

    Arguments

    input CustomerUnificationSubmitBulkDecisionInput! PREVIEW

    CustomerUnificationSubmitBulkDecisionInput fields

    pairIds [ID!]!

    Pair IDs to process; duplicates and unknown IDs affect counters and conflicts.

    advisorId ID!

    Advisor scope for all pairs in the request.

    decision CustomerUnificationDecisionType! PREVIEW

    Single outcome applied to each eligible pair.

    notes String

    Optional shared note stored on each successfully recorded decision.

    Return Fields

    processed Int!

    Number of pair IDs supplied in the request.

    succeeded Int!

    Pairs where the decision was recorded.

    notFound Int!

    Pairs with no matching queue row for the advisor scope.

    skipped Int!

    Pairs skipped because a conflicting prior decision exists.

    conflicts [CustomerUnificationBulkDecisionConflict!]! PREVIEW

    Per-pair details for skipped rows (existing decision summary).

    userErrors [CustomerUnificationSubmitBulkDecisionError!] PREVIEW

    Whole-call validation errors (e.g. invalid input shape); empty or null when the batch ran.

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.