/bff/product/product-category-unset-main
Removes the main category from a product by setting it to null.
ProductgetBffProductProduct-category-unset-main
Parameters
1 query
Query · 1
productCodestringRequiredProduct code to unset the main category for.
Request
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"Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.