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

1 body

1 total
Body · 1
localestring

Request

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"
}'

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