DocsAPI ReferenceProduct Parameter/bff/product-parameter/category-parameters
getProduct ParameterAdmin BFF

/bff/product-parameter/category-parameters

Returns all parameters mapped to a product category. Category-parameter mapping defines which parameters are relevant (and optionally required) for products in this category. Used by the admin UI to show the appropriate parameter form.

Product ParametergetBffProduct-parameterCategory-parameters

Parameters

1 query

1 total
Query · 1
categoryCodestringRequired

Product category code to list mapped parameters for.

Request

GET /bff/product-parameter/category-parameters

get
curl -X GET "https://api.bizkithub.com/bff/product-parameter/category-parameters?categoryCode=electronics" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

Parameters assigned to the category.

{
  "items": [
    {
      "parameterCode": "example_parameterCode",
      "parameterName": "example_parameterName",
      "parameterType": "example_parameterType",
      "required": false,
      "position": 0
    }
  ],
  "itemCount": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key