# Display stores

> A store is an entity in Talon.One used to represent all the physical and digital sales channels of an organization. Each store contains data created and updated through the Management API.

> For the complete documentation index, see [llms.txt](https://docs.talon.one/llms.txt).

:::note
Stores can be linked only to the campaigns of the Application in which they are created.
:::

## List stores

To list all the stores in an Application, on the left-side menu of your Application, click <Stores className="icon"/> **Stores**.

The page displays all the stores created in the Application in alphabetical order.

:::important
Use the [Get store](/management-api#tag/Stores/operation/getStore)
endpoint to obtain the details of a specific store. Use the [Create store](/management-api#tag/Stores/operation/createStore)
endpoint to create a store in an Application.
:::

Each store contains the following information:

{

  
    
      ELEMENT
      DESCRIPTION
    
    
    
      
        
            Store name
        
        
            The name of the store. You choose this when creating a store. You can have
            multiple stores with the same name.
        
      
      
        
          Store integration ID
        
        
            The identifier of the store. It can be used for integration purposes.
            It is unique for each store. You choose this when creating a store.
            
              :::note
You cannot edit the store integration ID after the store has been created.
:::
            
        
      
      
        
          Linked campaigns
        
        
            The number of campaigns 
            linked to a specific store. You can link stores to or disconnect them from
            a campaign in the campaign settings.
        
      
      
        
          Built-in attributes
        
        
            Built-in attributes 
            such as the store description or the store creation date
            are provided by default.
        
      
      
        
          Custom attributes
        
        
          If the built-in attributes do not represent the data of your store, you can
           create custom attributes 
          and connect them to the stores in your Application. Each store can have
          multiple custom attributes.
        
      
    
  
}

If you do not see any stores in your Application, start by [creating some](/management-api#tag/Stores/operation/createStore).

## Related pages

- [Manage campaign stores](/docs/product/campaigns/settings/manage-campaign-stores.md)
- [Stores-based campaign evaluation](/docs/product/applications/evaluation-order-for-rules-and-filters.md#evaluate-stores-based-campaigns)
