Analytics
Header
Type
Description
{
"success": true,
"message": "Store analytics retrieved successfully",
"data": {
"overview": {
"totalRevenue": 0,
"totalOrders": 0,
"averageOrderValue": 0,
"totalProducts": 4,
"totalCustomers": 0
},
"orderStatus": {},
"revenueTrend": [],
"topProducts": [],
"customerInsights": {
"totalCustomers": 0,
"averageOrdersPerCustomer": 0,
"averageLifetimeValue": 0
},
"recentOrders": []
}
}Last updated