Skip to documentation
Consignment Intake integration

Extract Consignment Item Sizes

Perform Extract Consignment Item Sizes through Consignment Intake.

View as Markdown
extract_consignment_item_sizes
write

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • item_codes
    jsonrequired
    Item Codes

    Required JSON value.

Outputs

  • outcomeOutcome
  • size_box_countSize Box Count
  • paired_countPaired Count
  • unpaired_countUnpaired Count
  • sizesSizes
  • item_sizesItem Sizes
  • apply_sizesApply Sizes
  • modeMode
  • shadow_modeShadow Mode

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",
    "item_codes"
  ],
  "properties": {
    "item_codes": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "mode": {},
    "sizes": {},
    "outcome": {},
    "item_sizes": {},
    "apply_sizes": {},
    "shadow_mode": {},
    "paired_count": {},
    "size_box_count": {},
    "unpaired_count": {}
  },
  "additionalProperties": true
}
View all Consignment Intake actions