Retrieve expanded draft order
Fetches a single draft order with optional expanded related data. Any user in the org (with operator+ role) can access it. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpanded)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
order_ref
Order ID, short ID, or off-chrt reference ID
Request
This endpoint expects an object.
expand_coordinator_org_company_name
expand_coordinator_org_handle
expand_shipper_org_company_name
expand_off_chrt_shipper_org_company_name
expand_notification_intents_ad_hoc
expand_tasks
expand_cargos
expand_task_artifacts
expand_directory_entries
expand_driver
expand_executor_org_company_name
expand_executor_org_handle
Response
Successful Response
order
coordinator_org_company_name
coordinator_org_handle
Must be a string starting with @. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters.
shipper_org_company_name
off_chrt_shipper_org_company_name
notification_intents_ad_hoc
task_groups_expanded
cargos
Errors
422
Expanded Retrieve V1request Unprocessable Entity Error

