/bff/dashboard/brand-performance
Shows which brands generate revenue vs catalog noise. Critical for e-commerce product strategy and supplier negotiations.
DashboardgetBffDashboardBrand-performance
Parameters
1 query
Query · 1
daysnumberNumber of days to analyze. Defaults to 30.
Default:
30Request
GET /bff/dashboard/brand-performance
curl -X GET "https://api.bizkithub.com/bff/dashboard/brand-performance?days=30" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
Brand performance analysis.
{
"totalRevenue": 0,
"totalQuantity": 0,
"brands": [
{
"brandId": 0,
"brandCode": "example_brandCode",
"brandName": "example_brandName",
"revenue": 0,
"quantity": 0,
"orderCount": 0,
"productCount": 0,
"revenuePercentage": 0,
"revenueChange": 0
}
],
"currency": "example_currency"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.