Publish Consignment Review Result
Perform Publish Consignment Review Result through Consignment Intake.
publish_consignment_review_resultwrite
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
- Extracted Fields
extracted_fieldsjsonrequiredRequired JSON value.
- Billing Location Resolution
billing_location_resolutionjsonOptional JSON value.
- Salesperson Resolution
salesperson_resolutionjsonOptional JSON value.
- Source Location
source_locationjsonOptional JSON value.
- Order Reference Resolution
order_reference_resolutionjsonOptional JSON value.
- Order Mapping
order_mappingjsonOptional JSON value.
- Write Payload
write_payloadjsonOptional JSON value.
- Order Outcome
order_outcomejsonOptional JSON value.
- Payer Resolution Result
payer_resolution_resultjsonOptional JSON value.
- Item Identities
item_identitiesjsonOptional JSON value.
- Reviewed Payer
reviewed_payerjsonOptional JSON value.
Outputs
successSuccesspublishedPublisheddocument_idDocument Idworkflow_run_idWorkflow Run Idorder_idOrder Idreview_requiredReview Requiredreview_reasonsReview Reasonsresolution_statusesResolution StatusesskippedSkippederrorError
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": [
"document_id",
"extracted_fields"
],
"properties": {
"document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"order_mapping": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"order_outcome": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"write_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"reviewed_payer": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"item_identities": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"source_location": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"extracted_fields": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
},
"salesperson_resolution": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"payer_resolution_result": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"order_reference_resolution": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"billing_location_resolution": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"skipped": {},
"success": {},
"order_id": {},
"published": {},
"document_id": {},
"review_reasons": {},
"review_required": {},
"workflow_run_id": {},
"resolution_statuses": {}
},
"additionalProperties": true
}