BizKitHub
DocsAPI ReferenceProduct Category/bff/product-category/category-ai-restructure-suggest
postProduct CategoryAdmin BFF

/bff/product-category/category-ai-restructure-suggest

Reads existing categories + sample products and proposes a cleaner tree. Returns the plan only — apply via /category-ai-restructure-apply.

Product CategorypostBffProduct-categoryCategory-ai-restructure-suggest

Parameters

JSON body

Request body

application/json
localestringOptional

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

POST /bff/product-category/category-ai-restructure-suggest

post
curl -X POST "https://api.bizkithub.com/bff/product-category/category-ai-restructure-suggest" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "locale": "example_locale"
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key