/bff/workflow/add-status
Creates a new order workflow status at the end of the specified phase group.
WorkflowpostBffWorkflowAdd-status
Parameters
4 body
Body · 4
labelstringRequiredDisplay label for the status.
codestringRequiredUnique status code (slug). If empty, generated from label.
colorstringRequiredHex color for the status badge.
typestringRequiredWorkflow phase: new, processing, storno or done.
Request
POST /bff/workflow/add-status
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.