/bff/workflow/group-update
Updates editable fields of an order group. Only provided fields are touched.
WorkflowpostBffWorkflowGroup-update
Parameters
8 body
Body · 8
codestringRequiredCode of the group to update.
namestringNew display name.
descriptionstring | nullactivebooleanActivate or deactivate the group. Default group cannot be deactivated.
dueDateRelativeTimestringNew due-date offset.
invoicePrefixstring | nullinvoiceIssuerIdnumber | nullforceInvoicebooleanWhen true, any paid order in this group is issued a full invoice regardless of country/threshold rules; the create_receipt flag on statuses is suppressed. Used for internal-party billing (franchise settlement) where a simplified receipt is not appropriate.
Request
POST /bff/workflow/group-update
curl -X POST "https://api.bizkithub.com/bff/workflow/group-update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "default",
"name": "example_name",
"active": false,
"dueDateRelativeTime": "14d",
"forceInvoice": false
}'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.