| Parameter | Type | Description |
|---|---|---|
perPage | number | Jumlah item per halaman (default: 10) |
currentPage | number | Halaman yang diminta (default: 1) |
sortBy | string | Field untuk sorting (misal: name, createdAt) |
sortOrder | string | asc / desc |
search | string | Filter berdasarkan nama, kode, atau alamat |
| Header | Value | Description |
|---|---|---|
| Authorization | Bearer <token> | JWT token user |
SUPER_ADMIN, CUSTOMER, VENDOR, PICKUP_COURIER, DELIVERY_COURIER, INTERNAL_COURIER{
"meta": {
"success": true,
"status": 200,
"message": "1 Shipping Center berhasil diambil"
},
"data": [
{
"id": "f1f01bed-4d3b-4681-a7ea-6ca1d812b234",
"name": "Gudang Lombok Barat 1",
"code": "LBR-001",
"fullAddress": "Jl. Raya Gerung No. 123, Dasan Tapen",
"zipCode": "12345",
"longitude": 116.1,
"latitude": -8.7,
"managerName": "Budi Santoso",
"status": "DELETED",
"isActive": false,
"createdAt": "2025-09-30T01:24:38.198Z",
"updatedAt": "2025-09-30T01:24:38.198Z"
}
],
"pagination": {
"totalItems": 1,
"perPage": 10,
"totalPages": 1,
"currentPage": 1
}
}{
"meta": {
"success": true,
"status": 200,
"message": "1 Shipping Center berhasil diambil"
},
"data": [
{
"id": "2MEaUvVwjF0_Dfv",
"name": "Shipping Center Loteng 1",
"code": "SC-LT-3",
"fullAddress": "Jl. Merdeka No. 10, Jakarta Timur Daya Selatan",
"zipCode": "11510",
"longitude": 106.8227,
"latitude": -6.1745
}
],
"pagination": {
"totalItems": 1,
"perPage": 10,
"totalPages": 1,
"currentPage": 1
}
}managerName, status, isActive, createdAt, updatedAt).id, name, code, fullAddress, zipCode, longitude, latitude).perPage, currentPage).curl --location --request GET 'https://v1.dev.bukalombok.com/v1/superadmin/management/shiping-center' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "6 Shipping Center berhasil diambil"
},
"data": [
{
"id": "RUkElgXvgrxoJA1",
"name": "Shipping Center 10",
"code": "SP-NTB-MTR-002",
"phone": "62912345678",
"status": "PUBLISHED",
"isActive": true,
"radiusKm": null,
"address": {
"fullAddress": "Jl. Merdeka No. 10, Jakarta Timut Daya Selatabn",
"zipCode": "11510",
"province": "Nusa Tenggara Barat",
"city": "Mataram",
"longitude": 106.8227,
"latitude": -6.1745
},
"manager": {
"id": "rVnHhydYb7ZMcBC",
"name": "Joko",
"email": "ribobori@naxx.dev"
},
"createdAt": "2025-12-13T01:13:36.793Z",
"updatedAt": "2025-12-13T01:13:36.793Z"
},
{
"id": "TN-C64WylKbDLDa",
"name": "Shipping Center Loteng 10",
"code": "SP-NTB-MTR-001",
"phone": "62912345678",
"status": "PUBLISHED",
"isActive": true,
"radiusKm": 10,
"address": {
"fullAddress": "Jl. Merdeka No. 10, Jakarta Timut Daya Selatabn",
"zipCode": "11510",
"province": "Nusa Tenggara Barat",
"city": "Mataram",
"longitude": 106.8227,
"latitude": -6.1745
},
"manager": null,
"createdAt": "2025-12-12T03:13:58.223Z",
"updatedAt": "2025-12-12T03:13:58.223Z"
},
{
"id": "10d885b8-bbbb-4fbc-82e6-632cea42768b",
"name": "Gudang Praya Lombok Tengah",
"code": "LTR-002",
"phone": "081234567893",
"status": "PUBLISHED",
"isActive": true,
"radiusKm": 18,
"address": {
"fullAddress": "Jl. Gatot Subroto, Praya, Lombok Tengah",
"zipCode": "83361",
"province": "Nusa Tenggara Barat",
"city": "Lombok Barat",
"longitude": 116.270955,
"latitude": -8.705833
},
"manager": {
"id": "c7b8383a-8f82-46f3-9fd5-1304a9312985",
"name": "Maya Sari",
"email": "maya.sari@bukalombok.com"
},
"createdAt": "2025-12-05T23:49:50.257Z",
"updatedAt": "2025-12-05T23:49:50.257Z"
},
{
"id": "340d9859-4b98-40bf-a7bc-55aa4a832c99",
"name": "Gudang Selong Lombok Timur",
"code": "LTR-001",
"phone": "081234567892",
"status": "PUBLISHED",
"isActive": true,
"radiusKm": 25,
"address": {
"fullAddress": "Jl. Soekarno Hatta, Selong, Lombok Timur",
"zipCode": "83361",
"province": "Nusa Tenggara Barat",
"city": "Lombok Barat",
"longitude": 116.53333,
"latitude": -8.65
},
"manager": {
"id": "8ccb309d-7e50-40f3-b8b6-ad8315b538b7",
"name": "Ahmad Fauzi",
"email": "ahmad.fauzi@bukalombok.com"
},
"createdAt": "2025-12-05T23:49:50.243Z",
"updatedAt": "2025-12-05T23:49:50.243Z"
},
{
"id": "9071f71e-13ce-4f77-a90a-b4cc6129604a",
"name": "Gudang Mataram Pusat",
"code": "MTR-001",
"phone": "081234567891",
"status": "PUBLISHED",
"isActive": true,
"radiusKm": 20,
"address": {
"fullAddress": "Jl. Pejanggik No. 45, Cakranegara, Mataram",
"zipCode": "83361",
"province": "Nusa Tenggara Barat",
"city": "Lombok Barat",
"longitude": 116.130371,
"latitude": -8.59127
},
"manager": {
"id": "1bc2bcb1-7326-42b0-be3c-7818f02d40c8",
"name": "Sari Dewi",
"email": "sari.dewi@bukalombok.com"
},
"createdAt": "2025-12-05T23:49:50.228Z",
"updatedAt": "2025-12-05T23:49:50.228Z"
},
{
"id": "bd068298-8c60-4fed-bb6e-0e267b825b52",
"name": "Gudang Gerung Lombok Barat",
"code": "LBR-001",
"phone": "081234567890",
"status": "PUBLISHED",
"isActive": true,
"radiusKm": 15,
"address": {
"fullAddress": "Jl. Raya Gerung, Terong Tawah, Labuapi, Lombok Barat",
"zipCode": "83361",
"province": "Nusa Tenggara Barat",
"city": "Lombok Barat",
"longitude": 116.099502,
"latitude": -8.636632
},
"manager": {
"id": "61b453c6-2bef-4ced-a15c-5d25f66a97ac",
"name": "Budi Santoso",
"email": "budi.santoso@bukalombok.com"
},
"createdAt": "2025-12-05T23:49:50.214Z",
"updatedAt": "2025-12-05T23:49:50.214Z"
}
],
"pagination": {
"totalItems": 6,
"perPage": 10,
"totalPages": 1,
"currentPage": 1,
"hasNextPage": false,
"hasPrevPage": false
}
}