Parameters
1 query
Query parameters
· 1codestringRequiredCategory unique code.
Example
electronicsReturns full detail of a single product category by its code.
1 query
codestringRequiredCategory unique code.
electronics1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/product-category/category-detail
curl -X GET "https://api.bizkithub.com/bff/product-category/category-detail?code=electronics" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.