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": "iPhone 15 Pro",
"variant": "Black Titanium",
"quantity": 2,
"unitPrice": 24990000,
"subtotal": 49980000
}
],
"fees": {
"details": [
{
"name": "Admin Fee",
"amount": 752693
},
{
"name": "Insurance Fee",
"amount": 1254488
}
],
"serviceFee": 2007180
},
"shipment": {
"serviceType": "Instant Delivery",
"codeName": "INSTANT",
"estimate": "4-8 jam",
"delivery_date": "2025-11-09T00:00:00.000Z",
"delivery_time": "08:00 - 10:00",
"shippingFee": 199500
},
"productTotal": 49980000,
"serviceFee": 2007180,
"totalShippingFee": 199500,
"grandTotal": 52186680,
"hasShippingSelected": true
}
}
}