# Documentation ApplicationService 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. Version: 1.1 ## Servers ``` https://customer-slug.api-se.norce.tech/commerce/metadata/1.1 ``` ## Download OpenAPI description [Documentation ApplicationService](https://docs.norce.io/_spec/api-reference/services/applicationservice/openapi.yaml) ## Application ### Get current application - [GET /GetApplication](https://docs.norce.io/api-reference/services/applicationservice/openapi/application/getapplication.md): GetApplication gets the current application data based on the provided Oauth2 credentials. ## Flags ### List application flag groups - [GET /ListApplicationFlagGroups](https://docs.norce.io/api-reference/services/applicationservice/openapi/flags/listapplicationflaggroups.md): Lists the flag groups available for this application. Flag group can be used when listing flags to narrow it down to a specific group. ### List application flags - [GET /ListApplicationFlags](https://docs.norce.io/api-reference/services/applicationservice/openapi/flags/listapplicationflags.md): Lists the flags available for this application. Flag group id can be used when listing flags to narrow it down to a specific flag. See ListApplicationFlagGroups for available groups. ## InfoTypes ### List info types - [GET /ListInfoTypes](https://docs.norce.io/api-reference/services/applicationservice/openapi/infotypes/listinfotypes.md): Reference list of InfoType values. ## Location ### Get location info by zip code - [GET /GetLocationInfoByZipCode](https://docs.norce.io/api-reference/services/applicationservice/openapi/location/getlocationinfobyzipcode.md): 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. ## Stores ### Get store - [GET /GetStore](https://docs.norce.io/api-reference/services/applicationservice/openapi/stores/getstore.md): Gets a Store by Id. Should be used to display details about a Store or when just data for a single Store is needed. Returns null if the Store does not exist. ### Get store by unique name - [GET /GetStoreByUniqueName](https://docs.norce.io/api-reference/services/applicationservice/openapi/stores/getstorebyuniquename.md): Gets a Store by its unique url name. Should be used to display details about a Store or when just data for a single Store is needed. Returns null if the Store does not exist. ### Get store item - [GET /GetStoreItem](https://docs.norce.io/api-reference/services/applicationservice/openapi/stores/getstoreitem.md): Gets a StoreItem by Id. Should be used to display details about a StoreItem or when just data for a single StoreItem is needed. Returns null if the StoreItem does not exist. ### Get store item by country and zipcode - [GET /GetStoreItemByCountryAndZipCode](https://docs.norce.io/api-reference/services/applicationservice/openapi/stores/getstoreitembycountryandzipcode.md): Gets a StoreItem by country and zip code. Should be used to display details about a StoreItem or when just data for a single StoreItem is needed. Returns null if the StoreItem does not exist. ### Get store item by unique name - [GET /GetStoreItemByUniqueName](https://docs.norce.io/api-reference/services/applicationservice/openapi/stores/getstoreitembyuniquename.md): Gets a StoreItem by its unique url name. Should be used to display details about a StoreItem or when just data for a single StoreItem is needed. Returns null if the StoreItem does not exist. ### List store info - [GET /ListStoreInfo](https://docs.norce.io/api-reference/services/applicationservice/openapi/stores/liststoreinfo.md): Lists StoreInfo as a PagedList. This will list info for all Stores. ### List store info types - [GET /ListStoreInfoTypes](https://docs.norce.io/api-reference/services/applicationservice/openapi/stores/liststoreinfotypes.md): Lists the info types that can be set on the Store.Info property. ### List store items - [GET /ListStoreItems](https://docs.norce.io/api-reference/services/applicationservice/openapi/stores/liststoreitems.md): Lists StoreItems as a PagedList. ### List stores (v2) - [GET /ListStores2](https://docs.norce.io/api-reference/services/applicationservice/openapi/stores/liststores2.md): Lists all stores. Any distance calculations should be made by the client application for caching reasons or the Distance field will be null. ### Update division information - [POST /UpdateDivisionInfo](https://docs.norce.io/api-reference/services/applicationservice/openapi/stores/updatedivisioninfo.md): Updates the given info for a division.