Skip to documentation
Consignment Intake integration

Verify Consignment Product Slot Lines

Perform Verify Consignment Product Slot Lines through Consignment Intake.

View as Markdown
verify_consignment_product_slot_lines
write

Inputs

  • packet_fields
    jsonrequired
    Packet Fields

    Required JSON value.

  • document_text
    expression
    Document Text

    Optional literal value or workflow expression.

  • prior_order_write_status
    expression
    Prior Order Write Status

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • clearedCleared
  • outcomeOutcome
  • filled_slot_countFilled Slot Count
  • document_slot_countDocument Slot Count
  • extracted_line_countExtracted Line Count
  • dropped_line_countDropped Line Count
  • unexpected_line_countUnexpected Line Count
  • product_slot_line_verificationProduct Slot Line Verification
  • review_requiredReview Required
  • review_reasonReview Reason
  • review_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
}
View all Consignment Intake actions