Warehouse
Developing
GET
/store/warehouses
BosOnline/Profile
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
Query Params
category
string
optional
Example:
name
keyword
string
optional
Example:
Gudang Saka
start
string
optional
Example:
0
limit
string
optional
Example:
10
Responses
Modified at 2025-06-24 03:34:09