Preview

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

CustomerUnificationSubmitBulkDecisionPayload

Result of customerUnificationSubmitBulkDecision: aggregate outcomes and optional whole-call errors.

This page contains

    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.

    Mutations for CustomerUnificationSubmitBulkDecisionPayload

    customerUnificationSubmitBulkDecisionByAdvisorId PREVIEW

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