/bff/product-category/assignable-products
Returns products with two flags: isMain (this category is product.main_category_id) and isInRel (it is linked via shop__product_rel_category). Use scope=unassigned (default) when adding, scope=assigned when removing.
Product CategorygetBffProduct-categoryAssignable-products
Parameters
5 query
Query · 5
categoryCodestringRequiredsearchstringscopestringpagestringlimitstringRequest
GET /bff/product-category/assignable-products
curl -X GET "https://api.bizkithub.com/bff/product-category/assignable-products?categoryCode=example_categoryCode&search=example_search&scope=unassigned&page=example_page&limit=example_limit" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.