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