DocsAPI ReferenceWorkflow/bff/workflow/add-status
postWorkflowAdmin BFF

/bff/workflow/add-status

Creates a new order workflow status at the end of the specified phase group.

WorkflowpostBffWorkflowAdd-status

Parameters

4 body

4 total
Body · 4
labelstringRequired

Display label for the status.

codestringRequired

Unique status code (slug). If empty, generated from label.

colorstringRequired

Hex color for the status badge.

typestringRequired

Workflow phase: new, processing, storno or done.

Request

POST /bff/workflow/add-status

post
curl -X POST "https://api.bizkithub.com/bff/workflow/add-status" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "label": "Odesláno",
  "code": "odeslano",
  "color": "#22c55e",
  "type": "processing"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key