/bff/product-parameter/value-list
Returns all predefined values for an enum or color parameter. Values are ordered by position then label. Each value has a code (for API use) and a label (for display).
Product ParametergetBffProduct-parameterValue-list
Parameters
1 query
Query · 1
parameterCodestringRequiredCode of the enum/color parameter to list values for.
Request
GET /bff/product-parameter/value-list
curl -X GET "https://api.bizkithub.com/bff/product-parameter/value-list?parameterCode=color" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
List of predefined parameter values.
{
"items": [
{
"id": 0,
"code": "example_code",
"label": "example_label",
"colorHex": "example_colorHex",
"position": 0,
"active": false
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.