curl --location --request GET 'https://v1.dev.bukalombok.com/v1/superadmin/analytics/shipping/overview' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Shipping overview retrieved successfully"
},
"data": {
"summary": {
"totalShipments": 5,
"completedShipments": 0,
"pendingShipments": 5,
"inTransitShipments": 0,
"avgDeliveryTimeHours": 0,
"onTimeDeliveryRate": 0,
"totalShippingRevenue": 0,
"byStatus": [
{
"status": "PENDING",
"count": 5,
"percentage": 100
}
],
"byServiceType": [
{
"serviceType": "EXPRESS",
"shipments": 5,
"avgDeliveryTime": 0,
"onTimeRate": 0
}
],
"byPriority": [
{
"priority": "MEDIUM",
"count": 5,
"percentage": 100
}
]
},
"comparison": null,
"trends": null,
"metadata": {
"period": {
"startDate": "2025-12-03T00:00:00.000+08:00",
"endDate": "2026-01-02T23:59:59.999+08:00"
},
"compareWith": null,
"timezone": "Asia/Makassar",
"generatedAt": "2026-01-02T12:14:29.956Z"
}
}
}