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.

Request
query Parameters
countryCode
required
string

The ISO 3166-1 alpha-2 is used. SE for Sweden.

zip
required
string

The zip code to get a location for.

Responses
200

Success

500

Internal Server Error

get/ApplicationService.svc/rest/GetLocationInfoByZipCode
Response samples
{
  • "CountryCode": "string",
  • "ZipCode": "string",
  • "Delivery": {
    },
  • "Pickup": {
    },
  • "Payment": {
    }
}