Evaluates an enabled rule and returns the paged list of matching
Call-Off Order ids. Optionally AND-composes the rule expression with a
statusFilter to scope results to a single status.
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
The rule's tenant-unique code.
Query Parameters
limits which fields are returned in the response body
Body
Optional StatusFilter, PageSize, and
PageToken for cursor-style paging.
Request body for POST /commerce/rules/callOffOrder/{code}/evaluate.
Requested page size. Defaults to 50 when omitted. Values above 200 are silently clamped to 200 per FR-009.
Opaque cursor returned by a prior response's NextPageToken. Null on
the first page.
Optional Call-Off Order status (e.g. "Hold") AND-composed with the
rule predicate at evaluation time.
Response
OK
Response body for POST /commerce/rules/callOffOrder/{code}/evaluate.
Matched Call-Off Order ids, up to PageSize, ordered by _id
ascending.
Cursor for the next page; null when this is the last page.
Echoed input rule code for client correlation.
Total number of matching orders across all pages (not capped at
PageSize).

