CustomerUnifiedLocationItem
A physical location attached to a unified (canonical) customer.
This page contains
Fields
| id: ID! | Stable identifier for this location row (composed of source system + location id). |
| canonicalPartyId: ID! | Canonical party identifier this location belongs to (warehouse |
| sourceSystem: String | Source system of record for the originating location row. |
| sourceId: String | Source-system identifier of the originating customer (e.g. organization id). |
| locationId: String | Source-system identifier of the location row itself. |
| address: String | Street address line 1. |
| address2: String | Street address line 2 (suite, unit, floor). |
| city: String | City. |
| state: String | State, province, or region. |
| zipcode: String | Postal or ZIP code. |
| country: String | Country. |
| isPrimary: Boolean! | True for the canonical customer's primary location. Exactly one row per canonical is primary. |
| createdAt: DateTime | Location creation timestamp from the source system (RFC 3339), when available. |
| updatedAt: DateTime | Location last-update timestamp from the source system (RFC 3339), when available. |
Parent objects of CustomerUnifiedLocationItem
| CustomerUnifiedLocationPage PREVIEW | Cursor-paginated list of unified customer locations. |
Queries for CustomerUnifiedLocationItem
| customerUnifiedLocationListByAdvisorId PREVIEW | Cursor-paginated list of unified customer locations for the advisor. |
| customerUnifiedLocationListByMarketplaceTenant PREVIEW | Cursor-paginated list of unified customer locations in a marketplace tenant. Filters on the
marketplace tenant column resolved through |