DocsAPI ReferenceProduct/bff/product/product-category-unset-main
getProductAdmin BFF

/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

1 total
Query · 1
productCodestringRequired

Product code to unset the main category for.

Request

GET /bff/product/product-category-unset-main

get
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.

Get API Key