Preview

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

CustomerUnificationDecisionConflictError

A merge or reject decision already exists for this pair; unmerge first to record a new decision.

This page contains

    Fields

    message: String!

    Human-readable description of the conflict.

    path: [String!]!

    GraphQL path segments for the field that caused the error (often empty for root mutations).

    existingDecision: CustomerUnificationDecision PREVIEW

    The previously recorded decision that blocks this operation.

    Implements