Resolve Consignment Billing Location
Perform Resolve Consignment Billing Location through Consignment Intake.
resolve_consignment_billing_locationwrite
Inputs
- Billing Location
billing_locationexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessresolvedResolvedbilling_locationBilling Locationmatched_nameMatched Namebilling_location_idBilling Location Idbilling_location_idsBilling Location Idsreview_requiredReview Requiredreview_reasonReview Reasonavailable_locationsAvailable LocationserrorErrorerror_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
}