# Update store warehouses Endpoint: PUT /api/store/{id}/warehouse Version: v1 ## Path parameters: - `id` (integer, required) Store id ## Request fields (application/json): - `Id` (integer) - `DivisionId` (integer) - `Name` (string) - `LocationId` (integer) - `LocationName` (string) - `Changed` (string) - `ChangedBy` (string)