OrderUnifiedFilterInput
Filter and sort criteria for unified order listings.
This page contains
Fields
| search String | Substring search across order number, customer name, and product name. |
| statuses [String!] | Filter by normalized status 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). |
| sortField String | Column to sort by. Allowed: createdAt, customerName, normalizedStatus, sourceSystem, orderNumber. Default: createdAt. |
| sortDirection SortDirection PREVIEW | Sort direction. Default: DESC. |
| canonicalPartyId ID | When set, restricts results to orders linked to this canonical party (matches |
| 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. |