Skip to documentation
Consignment Intake integration

Extract Consignment Source Location

Perform Extract Consignment Source Location through Consignment Intake.

View as Markdown
extract_consignment_source_location
write

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • email_location_name
    expression
    Email Location Name

    Optional literal value or workflow expression.

  • email_body_location_name
    expression
    Email Body Location Name

    Optional literal value or workflow expression.

Outputs

  • outcomeOutcome
  • mapping_idMapping Id
  • configured_business_addressConfigured Business Address
  • configured_location_nameConfigured Location Name
  • matched_sourceMatched Source
  • warehouse_idWarehouse Id
  • warehouse_nameWarehouse Name
  • warehouse_numberWarehouse Number
  • resolvedResolved

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"
  ],
  "properties": {
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "email_location_name": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "email_body_location_name": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "outcome": {},
    "resolved": {},
    "mapping_id": {},
    "warehouse_id": {},
    "matched_source": {},
    "warehouse_name": {},
    "warehouse_number": {},
    "configured_location_name": {},
    "configured_business_address": {}
  },
  "additionalProperties": true
}
View all Consignment Intake actions