Skip to documentation
NikoHealth integration

Resolve Order Products

Perform Resolve Order Products through NikoHealth.

View as Markdown
nikohealth_resolve_order_products
read

Inputs

  • items
    expressionrequired
    Items

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • itemsItems
  • unresolved_hcpcsUnresolved Hcpcs
  • unresolved_warningUnresolved Warning
  • 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": [
    "items"
  ],
  "properties": {
    "items": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "items": {},
    "success": {},
    "unresolved_hcpcs": {},
    "unresolved_warning": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions