/bff/product-parameter/group-add
Creates a new parameter group for organizing parameters into logical sections. The code is auto-generated from the name if not provided.
Product ParameterpostBffProduct-parameterGroup-add
Parameters
3 body
Body · 3
namestringRequiredDisplay name for the group (e.g. "Technical specs").
Length: 1–∞
codestringURL-friendly code. If not provided, generated from name via slugification.
positionnumberSort order position. Defaults to 0.
Request
POST /bff/product-parameter/group-add
curl -X POST "https://api.bizkithub.com/bff/product-parameter/group-add" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"name": "Technical specs",
"code": "technical-specs",
"position": 0
}'Response
JSON payload
{
"id": 0,
"code": "example_code"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.