Preview

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

OrderUnifiedPage

Cursor-paginated list of unified orders.

This page contains

    Fields

    content: [OrderUnifiedItem!]! PREVIEW

    Order 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 orders matching the current filter across all pages.

    Queries for OrderUnifiedPage

    orderUnifiedListByAdvisorId PREVIEW

    Cursor-paginated list of unified orders for the advisor with optional search and status filter. first is capped at 100 server-side.

    orderUnifiedListByMarketplaceTenant PREVIEW

    Cursor-paginated list of unified orders in a marketplace tenant. Filters on gold.golden_orders.marketplace_tenant; spans every advisor in the marketplace. first is capped at 100 server-side. Authorized for ROLE_CHANNEL_ADMIN only.