Get by order
Retrieves the case for a given shipping order. | authz: min_org_role=operator | () -> (Case1)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Response
Must be a string starting with org_
Must be a string starting with user_
Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, ’.’, ’_’, ’~’, ’-’ (RFC 3986 unreserved).
Denormalized summary cache for Case.checks plus applied-Checklist log.
Embedded at Case.checks_summary. Rewritten on every mutation of
Case.checks (or applied_checklist_ids) so the operator dashboard
can filter / sort / count Cases without scanning the checks array.
Dismissed checks are excluded from every cache field.
OperationsEventEnum is exported alongside this model because the
Case-level event log (forthcoming) will key off the same vocabulary;
keeping the import here documents the shared dependency.

