Returns a paginated list of consolidations. Org-scoped to the caller's session; internal sessions (ZONOS_GLOBAL_ACCESS) are cross-org and may filter by organizationId. The tracking filters/sort below and the per-master entry tree are honored once the Java PR wires them (02BKRG-239) — making this the customer tracking-views query, where the owner sees every entry and consignment on their masters.
Query.
consolidations
Returns a paginated list of consolidations. Org-scoped to the caller's session; internal sessions (ZONOS_GLOBAL_ACCESS) are cross-org and may filter by organizationId. The tracking filters/sort below and the per-master entry tree are honored once the Java PR wires them (02BKRG-239) — making this the customer tracking-views query, where the owner sees every entry and consignment on their masters.
Arguments
after
String
before
String
filter
ConsolidationFilter
first
Int
last
Int
sort
ConsolidationSort
Returns:
ConsolidationConnection!
type Query { consolidations(after: String, before: String, filter: ConsolidationFilter, first: Int, last: Int, sort: ConsolidationSort): ConsolidationConnection! }