bosOnline
  1. Profile
bosOnline
  • bosOnline
  • BosOnline
    • auth
      • Register
      • Login
      • Refresh Token
    • Product
      • Inventory
      • Download Inventory
      • Download Variant
      • Update Inventory
      • Get Category
      • Get Edit Product
      • Product List
      • Edit Product Detail (Product Detail)
      • product
      • Delete Product
      • Edit Status Product (Product List)
      • Download Product (Product List)
      • Product Detail
      • Product Variant
      • Edit Status Variant (Product Detail)
      • Update Variant
      • Upload Image
      • Cek SKU
    • Form
      • Form
      • Edit Form
      • Form Detail
      • Edit Status Form (Product Detail)
      • Form list
      • Custom Success Page
      • Custom Success Page
      • Edit Success Page
    • Order
      • Checkout
        • Request Create Order
        • Request Create Order Abandoned
      • Follow up
        • Follow Up
        • Follow Up Attempts
      • Edit Choose Courier
      • Edit Payment Method
      • Detail Order
      • Edit Customer Order
      • Edit Another Fee
      • Order List
      • Confirm Payment
      • Update Payment Method
      • Update Pengiriman Kurir
      • Update Status Order
    • Store
      • Custom Domain
        • Set Default Subdomain
        • Subdomain
        • Create Subdomain
        • Verifikasi Subdomain
        • Get Revenue
      • Store
      • Cek SubDomain
      • Get Region
      • Store
      • Warehouse
      • On Boarding
      • Recap Order
      • Recap Store
      • Recap Product
      • Recap CS
      • Tips
      • Announcement
      • Edit Subdomain
    • API Boscod
      • Cek Ongkir
      • Wilayah
      • Tracking Order
      • Reset Password
      • Warehouse
      • Order Shipping
      • winpay service
    • Profile
      • Warehouse
        GET
      • Edit Warehouse
        PUT
      • Profile
        GET
      • Data Deletion
        DELETE
      • Default Warehouse
        PATCH
      • Me
        GET
    • Staff
      • Staff
      • Delete staff
      • Create Staff
      • Edit Status Staff
    • Rekening
      • Bank List
      • Get Rekening List
      • Rekening Detail
      • Create Rekening
      • Edit Rekening
      • Delete Rekening
      • Edit Status Rekening
    • Voucher
      • List Voucher
      • Edit Voucher Status
      • Voucher
      • List Voucher Checkout
      • Delete Voucher
  • AdminBosOnline
    • Dashboard
      • Recap Store
      • Revenue
      • Order Recap
  1. Profile

Warehouse

Developing
GET
/store/warehouses
BosOnline/Profile
Endpoint ini digunakan untuk menampilkan list data alamat pickup.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/warehouses?category=name&keyword=Gudang Saka&start=0&limit=10'
Response Response Example
200 - Success
{
    "data": [
        {
            "warehouse_name": "Gudang Saka",
            "warehouse_default": 1,
            "warehouse_pic": "Harry",
            "warehouse_phone": "089731233131",
            "warehouse_city": "Sidoarjo",
            "warehouse_district": "Jenggolo",
            "Warehouse_detail": "Jl Bukit Kismadani 6"
        }
    ],
    "total": 1
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
category
string 
optional
name,pic_name.pic_tel,district,city,addr_detail
Example:
name
keyword
string 
optional
Example:
Gudang Saka
start
string 
optional
Example:
0
limit
string 
optional
Example:
10

Responses

🟢200OK
application/json
Body
data
array [object {7}] 
required
warehouse_name
string 
optional
warehouse_default
integer 
optional
warehouse_pic
string 
optional
warehouse_phone
string 
optional
warehouse_city
string 
optional
warehouse_district
string 
optional
Warehouse_detail
string 
optional
total
integer 
required
🔴503Service Unavailable
🟠404Record not found
Modified at 2025-06-24 03:34:09
Previous
winpay service
Next
Edit Warehouse
Built with