Get Order Details
Perform Get Order Details through Tomorrow Health.
tomorrow_health_get_order_detailswritetomorrow_health
Inputs
- Order Id
order_idexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessorder_idOrder Idfriendly_idFriendly Idorder_detailsOrder Detailsraw_order_detailsRaw Order Detailstomorrow_health_org_idTomorrow Health Org Idtomorrow_health_org_nameTomorrow Health Org Nametomorrow_health_supplier_idTomorrow Health Supplier IderrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"order_id"
],
"properties": {
"order_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"success": {},
"order_id": {},
"friendly_id": {},
"order_details": {},
"raw_order_details": {},
"tomorrow_health_org_id": {},
"tomorrow_health_org_name": {},
"tomorrow_health_supplier_id": {}
},
"additionalProperties": true
}