DocsAPI ReferenceDashboard/bff/dashboard/average-order-value
getDashboardAdmin BFF

/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

1 total
Query · 1
monthsnumber

Number of months to analyze. Defaults to 6.

Default: 6

Request

GET /bff/dashboard/average-order-value

get
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.

Get API Key