/bff/product-parameter/update
Updates properties of an existing parameter definition. Only provided fields are changed. Changing the type does not automatically migrate existing product assignments.
Product ParameterpostBffProduct-parameterUpdate
Parameters
11 body
Body · 11
codestringRequiredCode of the parameter to update.
namestringNew display name.
groupCodestring | nulltypestring | string | string | string | stringParameter data type. "string" = free text, "number" = numeric with optional unit, "boolean" = true/false, "enum" = predefined list of values, "color" = predefined colors with hex codes.
unitstring | nullfilterablebooleanNew filterable flag.
comparablebooleanNew comparable flag.
variantFormingbooleanNew variant-forming flag.
multiValuebooleanNew multi-value flag.
positionnumberNew sort order position.
activebooleanNew active status.
Request
POST /bff/product-parameter/update
curl -X POST "https://api.bizkithub.com/bff/product-parameter/update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "weight",
"name": "Net Weight",
"filterable": false,
"comparable": false,
"variantForming": false,
"multiValue": false,
"position": 1,
"active": true
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.