Precheck

Reports whether an order builder request’s references resolve. | authz: min_org_role=operator | (OrderBuilderReq) -> (OrderTemplateResolvabilityRes)

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
order_template_coreobjectOptional

Build input. Required if order_template_id is omitted. When both are provided, this edited core is used instead of the saved template.

order_template_idstringOptional

Saved-template provenance. Required if order_template_core is omitted. When provided, it is authorized for the caller and marked used when the draft opens.

stream_order_parsing_progress_updatesbooleanOptionalDefaults to true

Response

Successful Response
validboolean
unresolvable_contact_idslist of stringsOptional
unresolvable_coordinatorbooleanOptionalDefaults to false
unresolvable_coordinator_shipper_account_idslist of stringsOptional
unresolvable_driver_idslist of stringsOptional
unresolvable_off_chrt_executor_org_data_idslist of stringsOptional
unresolvable_off_chrt_shipperbooleanOptionalDefaults to false

Errors

422
Drafts Build Precheck V1request Unprocessable Entity Error