Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Lightweight list (id, code, slug, active) of all non-deleted products in the organisation. Used as the option list of the branch product multi-select.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
itemsobject[]RequiredidstringRequiredcodestringRequiredslugstringRequiredactivebooleanRequireditemCountnumberRequired{
"items": [
{
"id": "example_id",
"code": "example_code",
"slug": "example_slug",
"active": false
}
],
"itemCount": 0
}GET /bff/branch/product-options
curl -X GET "https://api.bizkithub.com/bff/branch/product-options" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.