DocsAPI ReferenceProduct Parameter/bff/product-parameter/group-add
postProduct ParameterAdmin BFF

/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

3 total
Body · 3
namestringRequired

Display name for the group (e.g. "Technical specs").

Length: 1
codestring

URL-friendly code. If not provided, generated from name via slugification.

positionnumber

Sort order position. Defaults to 0.

Request

POST /bff/product-parameter/group-add

post
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.

Get API Key