Skip to documentation
Consignment Intake integration

Publish Consignment Review Result

Perform Publish Consignment Review Result through Consignment Intake.

View as Markdown
publish_consignment_review_result
write

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • extracted_fields
    jsonrequired
    Extracted Fields

    Required JSON value.

  • billing_location_resolution
    json
    Billing Location Resolution

    Optional JSON value.

  • salesperson_resolution
    json
    Salesperson Resolution

    Optional JSON value.

  • source_location
    json
    Source Location

    Optional JSON value.

  • order_reference_resolution
    json
    Order Reference Resolution

    Optional JSON value.

  • order_mapping
    json
    Order Mapping

    Optional JSON value.

  • write_payload
    json
    Write Payload

    Optional JSON value.

  • order_outcome
    json
    Order Outcome

    Optional JSON value.

  • payer_resolution_result
    json
    Payer Resolution Result

    Optional JSON value.

  • item_identities
    json
    Item Identities

    Optional JSON value.

  • reviewed_payer
    json
    Reviewed Payer

    Optional JSON value.

Outputs

  • successSuccess
  • publishedPublished
  • document_idDocument Id
  • workflow_run_idWorkflow Run Id
  • order_idOrder Id
  • review_requiredReview Required
  • review_reasonsReview Reasons
  • resolution_statusesResolution Statuses
  • skippedSkipped
  • errorError

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
}
View all Consignment Intake actions