DEV

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

No description

before

String

No description
No description

first

Int

No description

last

Int

No description
No description
GraphQL
1
2
3
type Query {
  consolidations(after: String, before: String, filter: ConsolidationFilter, first: Int, last: Int, sort: ConsolidationSort): ConsolidationConnection!
}
Book a demo

Was this page helpful?