CustomerUnificationSubmitBulkDecisionInput
Input to apply the same decision to multiple pair IDs in one call.
This page contains
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. |
Mutations for CustomerUnificationSubmitBulkDecisionInput
| customerUnificationSubmitBulkDecisionByAdvisorId PREVIEW | Apply the same decision outcome to many pairs in one request; partial success is expressed via counters and conflicts. |