DocsAPI ReferenceProduct Parameter/bff/product-parameter/value-update
postProduct ParameterAdmin BFF

/bff/product-parameter/value-update

Updates properties of a predefined parameter value. Only provided fields are changed.

Product ParameterpostBffProduct-parameterValue-update

Parameters

6 body

6 total
Body · 6
parameterCodestringRequired

Code of the parameter the value belongs to.

valueCodestringRequired

Code of the value to update.

labelstring

New display label.

colorHexstring | null
positionnumber

New sort order position.

activeboolean

New active status.

Request

POST /bff/product-parameter/value-update

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

Get API Key