/bff/dashboard/average-order-value
Returns average order value over time. Key metric for pricing optimization, upselling effectiveness, and bundle strategies.
DashboardgetBffDashboardAverage-order-value
Parameters
1 query
Query · 1
monthsnumberNumber of months to analyze. Defaults to 6.
Default:
6Request
GET /bff/dashboard/average-order-value
curl -X GET "https://api.bizkithub.com/bff/dashboard/average-order-value?months=6" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
AOV analysis with monthly trend.
{
"currentAov": 0,
"previousAov": 0,
"aovChange": 0,
"monthlyData": [
{
"month": "example_month",
"aov": 0,
"orderCount": 0,
"totalRevenue": 0
}
],
"currency": "example_currency"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.