WarehousepostBffWarehouseLocationCreate
Parameters
6 body
Body · 6
warehouseIdnumberRequiredcodestringRequiredLength: 1–64
namestring | nullnotestring | nullparentLocationIdnumber | nullisActivebooleanRequest
POST /bff/warehouse/location/create
curl -X POST "https://api.bizkithub.com/bff/warehouse/location/create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"warehouseId": 0,
"code": "example_code",
"isActive": false
}'Response
JSON payload
{
"success": false,
"id": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.