Get by order

Retrieves the case for a given shipping order. | authz: min_org_role=operator | () -> (Case1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

order_idstringRequired

Response

Successful Response
schema_versioninteger
order_idstring
_idstring
org_idstring

Must be a string starting with org_

created_by_user_idstring

Must be a string starting with user_

created_atdatetime
order_refstringformat: "^[A-Za-z0-9._~\-]{1,64}$"1-64 characters

Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, ’.’, ’_’, ’~’, ’-’ (RFC 3986 unreserved).

order_short_idstring
department_idstring
assigned_operator_user_idslist of strings
case_s3_object_metadata_idslist of strings
statusenum
needs_actionbooleanDefaults to true
messageslist of objects
enabled_check_keyslist of enums
disabled_check_keyslist of enums
checkslist of objects
checks_summaryobject

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.

Errors

422
Cases Get by Order V1request Unprocessable Entity Error