CustomerUnificationMergedHistoryItem
One absorbed source customer in the merged-history panel.
This page contains
Fields
| pairId: ID | Pair id of the clerical MERGE decision when known; null for legacy or system merges. |
| absorbedPartyId: ID! | Absorbed party id (gold.party_source_lineage.party_id representative row). |
| customerName: String | Display name of the absorbed source customer. |
| category: String | Tech-wheel product family of the absorbed customer (energy, communications, saas, hardware, managed_services, infrastructure). Independent of source system lineage. |
| sourceId: String | Business key of the absorbed customer in its source system. |
| mergedOn: DateTime | When the MERGE decision was recorded (RFC 3339); null when unknown. |
| lastUpdatedAt: DateTime | Last warehouse update timestamp for the absorbed party (RFC 3339). |
| ordersMoved: Int! | Distinct orders attributed to the absorbed party via golden_orders.source_party_id. |
| quotesMoved: Int! | Distinct quotes attributed to the absorbed party via golden_quotes.source_party_id. |
| pendingUnmerge: Boolean! | True when the latest decision is UNMERGE but warehouse lineage still lists this absorbed source. |
Parent objects of CustomerUnificationMergedHistoryItem
| CustomerUnificationMergedHistoryPage PREVIEW | Paged merged-source history for a canonical customer. |
Queries for CustomerUnificationMergedHistoryItem
| customerUnificationMergeHistoryByCustomerId PREVIEW | Paged merged-source history for a single canonical customer. Returns one row per currently absorbed source customer (deduped party_source_lineage grain) with merge metadata and data-moved counts. |
| customerUnificationMergeHistoryByCustomerIdAndMarketplaceTenant PREVIEW | Paged merged-source history for a single canonical customer, scoped by marketplace tenant. Anchors on gold.party_source_lineage across every advisor in the marketplace. Authorized for ROLE_CHANNEL_ADMIN only. |