Parameters
JSON body
Request body
application/jsonlocalestringOptionalReads existing categories + sample products and proposes a cleaner tree. Returns the plan only — apply via /category-ai-restructure-apply.
JSON body
localestringOptional1 status code documented
This response returns no JSON body.
{
"success": true
}POST /bff/product-category/category-ai-restructure-suggest
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"
}'All BizKitHub public API endpoints require authentication via API key.