Precheck
Reports whether an order builder request’s references resolve. | authz: min_org_role=operator | (OrderBuilderReq) -> (OrderTemplateResolvabilityRes)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Per-build pin for the first applied OperationsTask’s deadline (later from_previous_task entries cascade from it). Kept off the template so saved templates don’t carry a stale absolute time; None anchors the chain to the build time.
Shared seed of an order build: the order text + long-lived references. Reused by the library template (OrderTemplateBase1) and the ad-hoc kickoff payload so the fields the builder seeds from can’t drift. (Mirrors TaskCore1.)
NOTE - some fields have multiple values and must be properly mapped to an entity by the order builder, e.g. for driver_ids each resolves to a single task group

