DocsAPI ReferenceProduct/bff/product/product-category-link
postProductAdmin BFF

/bff/product/product-category-link

Links a related category to a product. Idempotent — re-linking the same category is a no-op.

ProductpostBffProductProduct-category-link

Parameters

2 body

2 total
Body · 2
productCodestringRequired

Product code to link the category to.

categoryCodestringRequired

Category code to link.

Request

POST /bff/product/product-category-link

post
curl -X POST "https://api.bizkithub.com/bff/product/product-category-link" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "productCode": "my-product",
  "categoryCode": "electronics"
}'

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