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 |
| createdAtTo DateTime | Inclusive upper bound on |
| 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. |