{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil mendapatkan detail pickup task"
},
"data": {
"id": "b0af15f9-956a-4762-88bb-5cc3c3858bc0",
"status": "ASSIGNED",
"pickupDate": "2025-10-23T01:00:00.000Z",
"estimatedDuration": 2,
"timeline": {
"scheduledAt": "2025-10-22T10:46:06.689Z",
"startedAt": null,
"completedAt": null,
"cancelledAt": null,
"createdAt": "2025-10-22T10:46:06.691Z",
"updatedAt": "2025-10-22T10:46:06.691Z"
},
"vendor": {
"id": "43fdd5f9-af31-4387-99cb-01e3b3a9a4f3",
"shopName": "Toko Sembako Makmur",
"openingHours": "1970-01-01T08:00:00.000Z",
"closingHours": "1970-01-01T20:00:00.000Z",
"phone": "6281234567001",
"address": {
"fullAddress": "Jl. Raya Gerung No. 45, Dasan Tapen, Lombok Barat",
"latitude": -8.685,
"longitude": 116.115,
"zipCode": "83363"
}
},
"shippingCenter": {
"id": "477a0eb8-eeef-42b7-b827-5b5a14df1774",
"name": "Gudang Praya Lombok Tengah",
"code": "LTR-002",
"phone": "081234567893",
"address": {
"fulllAddress": "Jl. Gatot Subroto, Praya, Lombok Tengah",
"latitude": -8.7058333,
"longitude": 116.2709546,
"zipCode": "83361"
}
},
"courier": {
"id": "044c9def-b1d6-48be-88b2-e58298e02045",
"name": "Nina Marlina",
"phone": "6281234567118",
"email": "nina.delivery@bukalombok.com",
"vehicle": {
"type": "Motor",
"brand": "Honda",
"model": "Vario",
"number": "DR 2018 DR",
"display": "Honda Vario DR 2018 DR"
}
},
"shipments": [
{
"id": "5122a669-efb5-44d5-970f-d1f7ec5e5aa9",
"trackingNumber": "BL20251022841175",
"status": "READY",
"priority": "MEDIUM",
"shippingCourier": "BUKALOMBOK_EXPRESS",
"estimatedDelivery": "2025-10-23T10:38:34.934Z",
"timeline": {
"shippingDate": "2025-10-22T22:38:34.934Z",
"pickedUpAt": null,
"inTransitAt": null,
"outForDeliveryAt": null,
"deliveredAt": null,
"createdAt": "2025-10-22T10:38:34.935Z",
"updatedAt": "2025-10-22T10:46:06.702Z"
},
"order": {
"id": "d33fbc22-9293-4a95-84b3-0077c8d94597",
"orderNumber": "ORD-TOKOSE-251022-C1DCB5E8",
"status": "PAID",
"totalPrice": 26054216,
"subtotal": 24990000,
"customerShippingFee": 64616,
"customer": {
"name": "Customer",
"email": "customer@gmail.com",
"shippingAddress": "Customer - 081234567890, Jl. Pejanggik No. 12, Cakranegara, Mataram, Cakranegara, Cakranegara, Mataram, Nusa Tenggara Barat, Indonesia 83231"
}
},
"product": {
"id": "90915be5-ab42-4116-a942-b8494163a552",
"name": "iPhone 15 Pro",
"variantSku": "VAR-TOKOSE-251022-B30B3950",
"imageUrl": "https://picsum.photos/200/200?random=1",
"quantity": 1,
"price": 24990000,
"subtotal": 24990000,
"weight": {
"grams": 200,
"display": "0.20 kg"
}
}
}
],
"summary": {
"totalShipments": 1,
"totalItems": 1,
"totalProductValue": 24990000,
"totalShippingCost": 0,
"totalWeight": {
"grams": 200,
"kg": 0.2,
"display": "0.20 kg",
"displayShort": "0.2kg"
},
"averageItemsPerShipment": 1,
"totalOrders": 1
}
}
}