Preview

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

CustomerUnifiedLocationPage

Cursor-paginated list of unified customer locations.

This page contains

    Fields

    content: [CustomerUnifiedLocationItem!]! PREVIEW

    Location rows for this page.

    size: Int!

    Requested page size.

    hasNextPage: Boolean!

    Whether more rows exist after the last item.

    endCursor: String

    Opaque cursor of the last item; pass as after on the next request.

    totalElements: Int!

    Total rows matching the current filter across all pages.

    Queries for CustomerUnifiedLocationPage

    customerUnifiedLocationListByAdvisorId PREVIEW

    Cursor-paginated list of unified customer locations for the advisor. first is capped at 100 server-side. Locations are deduped across merged source parties at the warehouse layer; the API just projects the gold rows.

    customerUnifiedLocationListByMarketplaceTenant PREVIEW

    Cursor-paginated list of unified customer locations in a marketplace tenant. Filters on the marketplace tenant column resolved through gold.party. first is capped at 100 server-side. Authorized for ROLE_CHANNEL_ADMIN only.