Check Sales Order Messages
Perform Check Sales Order Messages through Brightree.
brightree_check_sales_order_messageswritebrightree
Inputs
- Sales Order Key
sales_order_keyexpressionOptional literal value or workflow expression.
- Ignored Message Codes
ignored_message_codestextareaOptional text value.
Outputs
has_blocking_messagesHas Blocking MessagesreasonReason
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",
"properties": {
"sales_order_key": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"ignored_message_codes": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "textarea"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"reason": {},
"has_blocking_messages": {}
},
"additionalProperties": true
}