/bff/product-parameter/value-update
Updates properties of a predefined parameter value. Only provided fields are changed.
Product ParameterpostBffProduct-parameterValue-update
Parameters
6 body
Body · 6
parameterCodestringRequiredCode of the parameter the value belongs to.
valueCodestringRequiredCode of the value to update.
labelstringNew display label.
colorHexstring | nullpositionnumberNew sort order position.
activebooleanNew active status.
Request
POST /bff/product-parameter/value-update
curl -X POST "https://api.bizkithub.com/bff/product-parameter/value-update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"parameterCode": "color",
"valueCode": "red",
"label": "Dark Red",
"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.