# 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.