Skip to documentation
ClearPathMD integration

Get Order Item Details

Perform Get Order Item Details through ClearPathMD.

View as Markdown
clearpath_get_order_item_details
readclearpathmd

Inputs

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • dataData
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
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": {
    "data": {},
    "error": {},
    "success": {}
  },
  "additionalProperties": true
}
View all ClearPathMD actions