Search Products
Perform Search Products through NikoHealth.
nikohealth_search_productsreadnikohealth
Inputs
- Search Term
search_termtextOptional text value.
- Hcpcs Code
hcpcs_codetextOptional text value.
Outputs
successSuccessproductsProductscountCounterrorError
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",
"properties": {
"hcpcs_code": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"search_term": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"count": {},
"error": {},
"success": {},
"products": {}
},
"additionalProperties": true
}