Parameters
1 query
Query parameters
· 1productCodestringRequiredProduct code to unset the main category for.
Example
my-productRemoves the main category from a product by setting it to null.
1 query
productCodestringRequiredProduct code to unset the main category for.
my-product1 status code documented
successbooleanRequiredWhether the main category was unset.
{
"success": false
}GET /bff/product/product-category-unset-main
curl -X GET "https://api.bizkithub.com/bff/product/product-category-unset-main?productCode=my-product" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.