WarehousepostBffWarehouseLocationUpdate
Parameters
6 body
Body · 6
locationIdnumberRequiredcodestringLength: 1–64
namestring | nullnotestring | nullparentLocationIdnumber | nullisActivebooleanRequest
POST /bff/warehouse/location/update
curl -X POST "https://api.bizkithub.com/bff/warehouse/location/update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"locationId": 0,
"code": "example_code",
"isActive": 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.