DocsAPI ReferenceWarehouse/bff/warehouse/update
postWarehouseAdmin BFF

/bff/warehouse/update

Update warehouse

WarehousepostBffWarehouseUpdate

Parameters

10 body

10 total
Body · 10
warehouseIdnumberRequired
namestring
descriptionstring | null
addressStreetstring | null
addressCitystring | null
addressZipstring | null
addressCountrystring | null
isActiveboolean
allowNegativeStockboolean
managerMemberIdnumber | null

Request

POST /bff/warehouse/update

post
curl -X POST "https://api.bizkithub.com/bff/warehouse/update" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "warehouseId": 0,
  "name": "example_name",
  "isActive": false,
  "allowNegativeStock": false
}'

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key