Aggregate requested quantity across call-off orders spanning every site in the current tenant.
Sums items[].requestedQty and returns breakdowns by product code, customer, status,
and requested ship month.
Use the filter parameter to scope the aggregation (e.g. items.product.productCode in [SKU1,SKU2],
customerAccountId eq 1234, items.status ne Cancelled,
items.requestedShipDate ge 2026-01-01).
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Response
OK
Result of aggregating call-off order requested quantity across all sites for a tenant. Includes the grand total and optional breakdowns by product code, customer account, order status, and requested ship month.
Requested quantity broken down by customer account. Each entry's Key is the
customer account id as a string, or "anonymous" for orders without an account.
Requested quantity broken down by product code. Each entry's Key is a product code.
Only product codes with at least one matching item appear here.
Requested quantity broken down by the month of items[].requestedShipDate.
Each entry's Key is an ISO-8601 month string (e.g. "2026-03").
Items without a requested ship date are excluded from this breakdown.
Requested quantity broken down by call-off order status. Each entry's Key is the
order-level status string (e.g. "Open", "Completed").
Sum of items[].requestedQty across all matched call-off order items.

