The Applications namespace has Entities and Operations concerned with the Application as such. It contains the Application entity, Stores and other lookup data common to an Application.
https://demo.storm.io/api/1.1/ApplicationService.svc/rest/GetLocationInfoByZipCode
curl -i -X GET \
'https://demo.storm.io/api/1.1/ApplicationService.svc/rest/GetLocationInfoByZipCode?countryCode=string&zip=string'{ "CountryCode": "string", "ZipCode": "string", "Delivery": { "StoreId": 0, "StoreCode": "string", "WarehouseId": 0, "LocationIdId": 0 }, "Pickup": { "StoreId": 0, "StoreCode": "string", "WarehouseId": 0, "LocationIdId": 0 }, "Payment": { "StoreId": 0, "StoreCode": "string", "WarehouseId": 0, "LocationIdId": 0 } }