Preview

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

orderUnifiedListProvidersByAdvisorId

Distinct provider display names with at least one order in the advisor scope, sorted ascending case-insensitively. Populates the Orders Provider filter dropdown; each returned name is the exact value to send back in OrderUnifiedFilterInput.providerNames. Casing and whitespace variants of the same provider collapse into a single option. Returns an empty list when the advisor has no orders carrying a provider.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_RESELLER

    ROLE_CHANNEL_ADMIN

    Arguments

    advisorId ID!

    Advisor (tenant) whose order providers are returned.

    canonicalPartyId ID

    Optional canonical party; when set the facet covers only orders linked to that unified customer, so every option returns at least one row on the customer detail Orders tab. Null covers the whole advisor scope.

    Return Fields

    [String!]! PREVIEW

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.