Verify Consignment Product Slot Lines
Perform Verify Consignment Product Slot Lines through Consignment Intake.
verify_consignment_product_slot_lineswrite
Inputs
- Packet Fields
packet_fieldsjsonrequiredRequired JSON value.
- Document Text
document_textexpressionOptional literal value or workflow expression.
- Prior Order Write Status
prior_order_write_statusexpressionOptional literal value or workflow expression.
Outputs
successSuccessclearedClearedoutcomeOutcomefilled_slot_countFilled Slot Countdocument_slot_countDocument Slot Countextracted_line_countExtracted Line Countdropped_line_countDropped Line Countunexpected_line_countUnexpected Line Countproduct_slot_line_verificationProduct Slot Line Verificationreview_requiredReview Requiredreview_reasonReview Reasonreview_reasonsReview Reasons
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": [
"packet_fields"
],
"properties": {
"document_text": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"packet_fields": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
},
"prior_order_write_status": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"cleared": {},
"outcome": {},
"success": {},
"review_reason": {},
"review_reasons": {},
"review_required": {},
"filled_slot_count": {},
"dropped_line_count": {},
"document_slot_count": {},
"extracted_line_count": {},
"unexpected_line_count": {},
"product_slot_line_verification": {}
},
"additionalProperties": true
}