> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/api-guides-en/store-front/event/event-common.md).

# Event Common

Provides functionality for looking up event information and modifying member information in the Event DB, for use in event operations and other modules.

***

## API Function List

| API                                              | Description                                                        | Server | Method | Notes                                                                                                                                            |
| ------------------------------------------------ | ------------------------------------------------------------------ | ------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Member default delivery address merge processing | Merges the member's default delivery address into the Event DB.    | Event  | POST   | [🔗View API >](https://api.x2bee.com/content?msa=event\&depth=%EC%9D%B4%EB%B2%A4%ED%8A%B8%20%EA%B3%B5%ED%86%B5\&path=mergeMbrDlvp)               |
| Member basic information merge processing        | Synchronizes member information into the Event DB.                 | Event  | POST   | [🔗View API >](https://api.x2bee.com/content?msa=event\&depth=%EC%9D%B4%EB%B2%A4%ED%8A%B8%20%EA%B3%B5%ED%86%B5\&path=mergeMbrBase)               |
| My participation event list inquiry (BO)         | Retrieves the list of events I have participated in (BO).          | Event  | GET    | [🔗View API >](https://api.x2bee.com/content?msa=event\&depth=%EC%9D%B4%EB%B2%A4%ED%8A%B8%20%EA%B3%B5%ED%86%B5\&path=getParticipationEvent)      |
| My participation event count inquiry             | Retrieves the count of events I have participated in.              | Event  | GET    | [🔗View API >](https://api.x2bee.com/content?msa=event\&depth=%EC%9D%B4%EB%B2%A4%ED%8A%B8%20%EA%B3%B5%ED%86%B5\&path=getParticipationEventCount) |
| Event member default delivery address inquiry    | Retrieves the member's default delivery address from the Event DB. | Event  | GET    | [🔗View API >](https://api.x2bee.com/content?msa=event\&depth=%EC%9D%B4%EB%B2%A4%ED%8A%B8%20%EA%B3%B5%ED%86%B5\&path=getMbrDlvpInfo)             |

##
