Skip to documentation
Consignment Intake integration

Resolve Consignment Billing Location

Perform Resolve Consignment Billing Location through Consignment Intake.

View as Markdown
resolve_consignment_billing_location
write

Inputs

  • billing_location
    expressionrequired
    Billing Location

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • resolvedResolved
  • billing_locationBilling Location
  • matched_nameMatched Name
  • billing_location_idBilling Location Id
  • billing_location_idsBilling Location Ids
  • review_requiredReview Required
  • review_reasonReview Reason
  • available_locationsAvailable Locations
  • errorError
  • error_kindError Kind

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": [
    "billing_location"
  ],
  "properties": {
    "billing_location": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "resolved": {},
    "error_kind": {},
    "matched_name": {},
    "review_reason": {},
    "review_required": {},
    "billing_location": {},
    "available_locations": {},
    "billing_location_id": {},
    "billing_location_ids": {}
  },
  "additionalProperties": true
}
View all Consignment Intake actions