Product CategorypostBffProduct-categoryCategory-update
Parameters
8 body
Body · 8
namestringRequiredcodestringRequiredslugstringparentCodestringdescriptionstringactivebooleaninternalbooleanb2bbooleanRequest
POST /bff/product-category/category-update
curl -X POST "https://api.bizkithub.com/bff/product-category/category-update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"name": "example_name",
"code": "example_code",
"slug": "example_slug",
"parentCode": "example_parentCode",
"description": "example_description",
"active": false,
"internal": false,
"b2b": false
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.