Parameters
1 query
Query parameters
· 1branchSlugstringRequiredBranch slug.
Example
gymroom-plzenReturns the total count of distinct customers attached to the branch via shop__order_item.branch_id. Drives the header above the paginated /customers grid.
1 query
branchSlugstringRequiredBranch slug.
gymroom-plzen1 status code documented
branchIdstringRequiredbranchSlugstringRequiredbranchNamestringRequireditemCountnumberRequired{
"branchId": "example_branchId",
"branchSlug": "example_branchSlug",
"branchName": "example_branchName",
"itemCount": 0
}GET /bff/branch/customers-summary
curl -X GET "https://api.bizkithub.com/bff/branch/customers-summary?branchSlug=gymroom-plzen" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.