| 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?search=Jakarta&search=LBR&is_active=true&page=2&limit=10&perPage=10¤tPage=1&sortBy=name&sortOrder=asc,desc' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "6 Shipping Center berhasil diambil"
},
"data": [
{
"id": "bCErmv1ulgcnacD",
"name": "Shipping Center 4",
"code": "SP-NTB-LT-007",
"managerName": "Budi Santoso",
"status": "DRAFT",
"isActive": true,
"fullAddress": "Jl. Merdeka No. 10, Jakarta Timut Daya Selatabn",
"zipCode": "11510",
"longitude": 106.8227,
"latitude": -6.1745,
"createdAt": "2025-10-04T04:12:12.199Z",
"updatedAt": "2025-10-04T04:12:12.199Z"
},
{
"id": "IfhwkucMCSuhtls",
"name": "Shipping Center 1",
"code": "SP-NTB-LT-006",
"managerName": "Budi Santoso",
"status": "PUBLISHED",
"isActive": true,
"fullAddress": "Jl. Merdeka No. 10, Jakarta Timut Daya Selatabn",
"zipCode": "11510",
"longitude": 106.8227,
"latitude": -6.1745,
"createdAt": "2025-10-04T04:12:03.987Z",
"updatedAt": "2025-10-04T04:12:03.987Z"
},
{
"id": "Cjsn8ewX2wK2YFW",
"name": "Shipping Center 10",
"code": "SP-NTB-LT-005",
"managerName": "Budi Santoso",
"status": "PUBLISHED",
"isActive": true,
"fullAddress": "Jl. Merdeka No. 10, Jakarta Timut Daya Selatabn",
"zipCode": "11510",
"longitude": 106.8227,
"latitude": -6.1745,
"createdAt": "2025-10-04T04:11:56.768Z",
"updatedAt": "2025-10-04T04:11:56.768Z"
},
{
"id": "KxdLEfG-LEuc44S",
"name": "Shipping Center Loteng 10",
"code": "SP-NTB-LT-003",
"managerName": "Budi Santoso",
"status": "PUBLISHED",
"isActive": true,
"fullAddress": "Jl. Merdeka No. 10, Jakarta Timut Daya Selatabn",
"zipCode": "11510",
"longitude": 106.8227,
"latitude": -6.1745,
"createdAt": "2025-10-04T03:58:45.044Z",
"updatedAt": "2025-10-04T03:58:45.044Z"
},
{
"id": "-eK1FmcegDquDUK",
"name": "Shipping Center Loteng 1",
"code": "SP-NTB-LT-002",
"managerName": "Budi Santoso",
"status": "PUBLISHED",
"isActive": true,
"fullAddress": "Jl. Merdeka No. 10, Jakarta Timut Daya Selatabn",
"zipCode": "11510",
"longitude": 106.8227,
"latitude": -6.1745,
"createdAt": "2025-10-04T03:58:06.834Z",
"updatedAt": "2025-10-04T03:58:06.834Z"
},
{
"id": "c7d23023-78d7-42ad-9eff-b0efdbf26165",
"name": "Gudang Lombok Barat 1",
"code": "LBR-001",
"managerName": "Budi Santoso",
"status": "PUBLISHED",
"isActive": true,
"fullAddress": "Jl. Raya Gerung No. 123, Dasan Tapen",
"zipCode": "12345",
"longitude": 116.1,
"latitude": -8.7,
"createdAt": "2025-10-03T09:09:44.144Z",
"updatedAt": "2025-10-03T09:09:44.144Z"
}
],
"pagination": {
"totalItems": 6,
"perPage": 10,
"totalPages": 1,
"currentPage": 1
}
}