BizKitHub
DocsAPI ReferenceWarehouse/bff/warehouse/list
getWarehouseAdmin BFF

/bff/warehouse/list

List warehouses

WarehousegetBffWarehouseList

Parameters

1 query

Query parameters

· 1
onlyActivestringOptional

"true" to hide inactive warehouses.

Exampleexample_onlyActive

Response schema

1 status code documented

200Success
itemsobject[]Required
Each array item:
idnumberRequired
codestringRequired
namestringRequired
descriptionstring | nullRequired
One of 2:
Variant 1
string
Variant 2
null
addressStreetstring | nullRequired
One of 2:
Variant 1
string
Variant 2
null
addressCitystring | nullRequired
One of 2:
Variant 1
string
Variant 2
null
addressZipstring | nullRequired
One of 2:
Variant 1
string
Variant 2
null
addressCountrystring | nullRequired
One of 2:
Variant 1
string
Variant 2
null
isDefaultbooleanRequired
isActivebooleanRequired
allowNegativeStockbooleanRequired

When true (default), outbound / transfer / adjustment may drive the cell to negative quantity.

managerMemberIdnumber | nullRequired
One of 2:
Variant 1
number
Variant 2
null
stockItemCountnumberRequired
totalQuantitynumberRequired
insertedDatestringRequired
updatedDatestringRequired

Response example

application/json
{
  "items": [
    {
      "id": 0,
      "code": "example_code",
      "name": "example_name",
      "isDefault": false,
      "isActive": false,
      "allowNegativeStock": false,
      "stockItemCount": 0,
      "totalQuantity": 0,
      "insertedDate": "example_insertedDate",
      "updatedDate": "example_updatedDate"
    }
  ]
}

Request example

GET /bff/warehouse/list

get
curl -X GET "https://api.bizkithub.com/bff/warehouse/list?onlyActive=example_onlyActive" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key