# List warehouse info types List warehouse information types Endpoint: GET /ListWarehouseInfo Version: 1.1 ## Query parameters: - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `Id` (integer) The internal Id for the warehouse. - `Type` (integer) The Type internal id for the warehouse. 1 for the standard warehouse, 2 if it is for a store. - `Code` (string) The external Code for the warehouse. MaxLength: 50. - `Name` (string) The Name for the warehouse. MaxLength: 50. - `IsStandard` (boolean) Indicates if the warehouse is standard or not. Obsolete! - Not used any more. - `Locations` (array) LocationInfos for the warehouse. - `Locations.Id` (integer) The internal Id for the location. - `Locations.Code` (string) The external Code for the location. MaxLength: 50. - `Locations.Name` (string) The Name for the location. MaxLength: 50. - `Locations.IsStandard` (boolean) Indicates if the location is standard or not. Obsolete! - Not used any more. - `Locations.Stores` (array) A list of Stores for this location, if any. - `Locations.Stores.Id` (integer) The internal Id for the store. - `Locations.Stores.Code` (string) The external Code for the store. MaxLength: 50. - `Locations.Stores.Name` (string) The Name for the store. MaxLength: 50.