Parameters
JSON body
Request body
application/jsoncodestringRequiredJSON body
codestringRequired1 status code documented
restoredbooleanRequiredparentResetbooleanOptional{
"restored": false,
"parentReset": false
}POST /bff/product-category/category-restore
curl -X POST "https://api.bizkithub.com/bff/product-category/category-restore" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "example_code"
}'All BizKitHub public API endpoints require authentication via API key.