> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# title_store_updated

> title_store_updated イベント。

このイベントは、ストアが変更されたときにトリガーされます。

## プロパティ

| 名前             | 型       | 説明                      |
| :------------- | :------ | :---------------------- |
| CatalogVersion | String  | 更新されたストアが属するカタログ バージョン。 |
| Deleted        | Boolean | ストアが削除されたかどうか。          |
| DeveloperId    | String  |                         |
| StoreId        | String  | 更新されたストアの ID。           |
| UserId         | String  |                         |

## 共通プロパティ

すべての V1 PlayStream イベントは JSON オブジェクトとしてフォーマットされ、次の共通プロパティを共有します。

| 名前             | 型                                                                           | 説明                                                                                                                                                                                                                                                          |
| :------------- | :-------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| EntityId       | String                                                                      | このイベントが適用されるエンティティ (タイトル、プレイヤーなど) の識別子。                                                                                                                                                                                                                     |
| EntityType     | String                                                                      | このイベントが適用されるエンティティの種類 (プレイヤー、タイトルなど)。PlayFab がこのエンティティに対してアクションを実行する必要がある場合、EntityType は 'player'、'character'、'title' のいずれかである必要があります。PlayFab は今後、ルート エンティティの解析を開始する可能性があるため、PlayFab が現在解析していないエンティティ タイプにはすべて、名前空間 ('com.mygame.guild' など) を先頭に付ける必要があります。 |
| EventId        | String                                                                      | このイベントに対して PlayFab が割り当てた一意の識別子。                                                                                                                                                                                                                            |
| EventName      | String                                                                      | このイベントの名前。                                                                                                                                                                                                                                                  |
| EventNamespace | String                                                                      | このイベントに割り当てられた名前空間。例: 'com.myprogram.ads'                                                                                                                                                                                                                   |
| Source         | String                                                                      | この PlayStream イベントのソースの名前。イベントが PlayFab を発信元とする場合は PlayFab になります。                                                                                                                                                                                           |
| SourceType     | [SourceType](/services/playfab/api-references/events/data-types/sourcetype) | このイベントのソースの種類 (PlayFab パートナー、その他のバックエンド、または PlayFab API からのもの)。                                                                                                                                                                                             |
| Timestamp      | DateTime                                                                    | このイベントに関連付けられた時刻 (UTC)。                                                                                                                                                                                                                                     |


## Related topics

- [PlayFab の PlayStream イベント モデル リファレンス](/ja-jp/services/playfab/api-references/events/index.md)
- [title_data_updated](/ja-jp/services/playfab/api-references/events/TitleData/title-data-updated.md)
- [title_news_updated](/ja-jp/services/playfab/api-references/events/TitleData/title-news-updated.md)
- [title_updated_task](/ja-jp/services/playfab/api-references/events/Extension/title-updated-task.md)
- [title_catalog_updated](/ja-jp/services/playfab/api-references/events/CatalogV1/title-catalog-updated.md)
