DocsAPI ReferenceProduct Category/bff/product-category/category-update
postProduct CategoryAdmin BFF

/bff/product-category/category-update

Update product category

Product CategorypostBffProduct-categoryCategory-update

Parameters

8 body

8 total
Body · 8
namestringRequired
codestringRequired
slugstring
parentCodestring
descriptionstring
activeboolean
internalboolean
b2bboolean

Request

POST /bff/product-category/category-update

post
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.

Get API Key