# Get location info by zip code Gets the LocationInfo for a given zip code. The mapping of zip codes to Locations is done in the StormAdmin if not implemented through integration. Returns null if the LocationInfo does not exist. Endpoint: GET /GetLocationInfoByZipCode Version: 1.1 ## Query parameters: - `countryCode` (string, required) The ISO 3166-1 alpha-2 is used. SE for Sweden. - `zip` (string, required) The zip code to get a location for. ## Response 200 fields (application/json): - `CountryCode` (string) This is country code for the location. MaxLength: 3. - `ZipCode` (string) This is zip code for the location. MaxLength: 50. - `Delivery` (object) - `Delivery.StoreId` (integer,null) This is the internal Storm ID. - `Delivery.StoreCode` (string) This is a code used to map Store from an external system. MaxLength: 50. - `Delivery.WarehouseId` (integer,null) This is the internal Storm ID. - `Delivery.LocationIdId` (integer,null) This is the internal Storm ID. - `Pickup` (object) - `Payment` (object)