curl --location --request GET 'https://v1.dev.bukalombok.com/v1/customer/pree/orders/summary' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Order summary berhasil diambil"
},
"data": {
"orderSummary": {
"items": [
{
"name": "MacBook Air M3",
"variant": "Starlight",
"quantity": 2,
"unitPrice": 18990000,
"subtotal": 37980000,
"weight": 1200
}
],
"fees": {
"details": [
{
"name": "Insurance Fee",
"amount": 951125
},
{
"name": "Admin Fee",
"amount": 570675
}
],
"serviceFee": 1521800
},
"shippingDetails": {
"summary": {
"totalShippingFee": 65000,
"actualShippingCost": 65000,
"averageDistance": 2,
"totalWeight": 2400,
"vendorCount": 1,
"service": {
"name": "Instant Delivery",
"code": "INSTANT",
"priceMultiplier": 1
}
},
"vendorBreakdown": [
{
"vendorId": "0ec064df-1ad2-4723-a07a-f8d061eb59ba",
"vendorName": "Toko Sembako Makmur",
"distance": 2,
"shippingFee": 65000,
"actualCost": 65000,
"weight": 2400,
"confidence": "high",
"calculation": {
"basePrice": 12000,
"priceMultiplier": 1,
"distanceCost": 5000,
"weightCost": 48000,
"effectiveDistance": 2
}
}
],
"pricingInfo": {
"basePrice": 12000,
"priceMultiplier": 1,
"pricePerKm": 2500,
"pricePerGram": 20
}
},
"shipment": {
"serviceType": "Instant Delivery",
"codeName": "INSTANT",
"estimate": "4-8 jam",
"delivery_date": "2025-12-27T00:00:00.000Z",
"delivery_time": "08:00 - 10:00",
"shippingFee": 65000
},
"productTotal": 37980000,
"serviceFee": 1521800,
"totalShippingFee": 65000,
"grandTotal": 39566800,
"hasShippingSelected": true,
"statistics": {
"items": 1,
"totalQuantity": 2,
"totalWeight": 2400
}
}
}
}