Preview

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

QuoteUnifiedFilterInput

Filter and sort criteria for unified quote listings.

This page contains

    Fields

    search String

    Substring search across quote number, customer name, and product name.

    stages [String!]

    Filter by quote stage values (case-insensitive, OR within list, AND with other filters).

    sourceSystems [String!]

    Filter by source system values (case-insensitive, OR within list, AND with other filters).

    canonicalPartyId ID

    When set, only quotes linked to this canonical party are returned.

    sortField String

    Column to sort by. Allowed: quoteCreatedAt, customerName, quoteStage, sourceSystem, quoteNumber. Default: quoteCreatedAt.

    sortDirection SortDirection PREVIEW

    Sort direction. Default: DESC.

    createdAtFrom DateTime

    Inclusive lower bound on quote_created_at. When null the bound is ignored. Combined with other filters via AND.

    createdAtTo DateTime

    Inclusive upper bound on quote_created_at. When null the bound is ignored. Combined with other filters via AND.

    advisorUuid ID

    Optional advisor UUID filter applied on top of marketplaceTenant; null = no filter. Marketplace-manager only — the advisor-scoped op rejects this argument because the advisor scope is already pinned.