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

/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

3 total
Body · 3
codesstring[]Required

Codes of categories to act on.

actionstring | string | string | string | string | string | string | string | stringRequired
newParentCodestring | null

Request

POST /bff/product-category/category-bulk

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

Get API Key