# Store Messages Messages that represent a change or an action performed on a Store. Messages are available in a variety of [Message Types](/api/projects/messages.md#message-types) specific to a resource. Common fields across all Message Types are represented by a base resource, [Message](/urn?urn=ctp%3Aapi%3Atype%3AMessage). You can access Messages either by querying the [Messages API](/api/projects/messages.md), or by subscribing to them with a [Subscription](/api/projects/subscriptions.md). To query Messages using the API, you must [enable the feature](/api/projects/messages.md#enable-querying-messages-via-the-api) first. ### Store Messages Messages that represent a change or an action performed on a [Store](/api/projects/stores.md). #### Store Created [type definition](/api/projects/messages/store-messages.md?urn=ctp:api:type:StoreCreatedMessage). #### Store Deleted [type definition](/api/projects/messages/store-messages.md?urn=ctp:api:type:StoreDeletedMessage). #### Store Languages Changed [type definition](/api/projects/messages/store-messages.md?urn=ctp:api:type:StoreLanguagesChangedMessage). #### Store Countries Changed [type definition](/api/projects/messages/store-messages.md?urn=ctp:api:type:StoreCountriesChangedMessage). #### Store Name Set [type definition](/api/projects/messages/store-messages.md?urn=ctp:api:type:StoreNameSetMessage). #### Store Product Selections Changed [type definition](/api/projects/messages/store-messages.md?urn=ctp:api:type:StoreProductSelectionsChangedMessage). #### Store Distribution Channels Changed [type definition](/api/projects/messages/store-messages.md?urn=ctp:api:type:StoreDistributionChannelsChangedMessage). #### Store Supply Channels Changed [type definition](/api/projects/messages/store-messages.md?urn=ctp:api:type:StoreSupplyChannelsChangedMessage). ## Related pages - [Area overview page with navigation](/api.md) - [Previous page: Shopping List Messages](/api/projects/messages/shopping-list-messages.md)