/bff/product-category/category-bulk
Apply an action to a set of categories by their codes. Supported: activate, deactivate, mark-internal, unmark-internal, mark-b2b, unmark-b2b, delete (always cascades), restore, change-parent.
Product CategorypostBffProduct-categoryCategory-bulk
Parameters
3 body
Body · 3
codesstring[]RequiredCodes of categories to act on.
actionstring | string | string | string | string | string | string | string | stringRequirednewParentCodestring | nullRequest
POST /bff/product-category/category-bulk
curl -X POST "https://api.bizkithub.com/bff/product-category/category-bulk" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"codes": [
"string"
]
}'Response
JSON payload
{
"affected": 0,
"skipped": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.