> 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/display/site-display-mall.md).

# Site Display Mall

Based on the site, this provides information for the screen using the site's number (siteNo). It mainly includes features for looking up and providing popups, terms and conditions, and mall information used within the site.

***

## Key Features

* **Site popup list lookup**
  * Displays popups that fall within the popup period, exposed in order of priority.
  * If priorities are the same, they are displayed in order of system registration or modification.
  * The popup output type code allows the popup screen to be controlled on the Store Front screen.
  * Output types include full screen, partial screen, and others.
* **Site terms and conditions list lookup**
  * If two or more terms and conditions apply to the current date, the one with the most recent application start date is retrieved.
  * The list of past terms and conditions application dates is displayed in most-recent-first order.
  * The terms and conditions policy code is used to display the corresponding terms and conditions information, including terms of service, privacy policy, and others.
* **Display mall list lookup**
  * Provides the list of malls corresponding to the site number.
* **Display mall single lookup**
  * Provides the mall information corresponding to the given mall number.

{% hint style="info" %}

* The API mainly returns image and HTML information.
* The key features are used to efficiently manage and look up information related to the site's screen display.
  {% endhint %}

## Business Process Definition

<figure><img src="https://2999922013-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXTxKSWMmuxEkop1pvuwe%2Fuploads%2F16ppojaR6TlWm00b19rD%2F182812721.jpg?alt=media&#x26;token=5550970d-8fad-45a8-aea7-95ac6fff0bbc" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Site/mall composition

* Look up site information
* Look up information for multiple malls within the site
  {% endstep %}

{% step %}

### Popup guide

* Popup information is called on the product detail, customer center, my page, and cart screens.
* Depending on the popup output type, it can be controlled as full screen or partial screen.
  {% endstep %}

{% step %}

### Terms and conditions / usage guide

* Terms and conditions lookup information is called on the terms of service and privacy policy screens.
* Calls the list of past terms and conditions dates. (most recent first)
  {% endstep %}
  {% endstepper %}

## API Function List

<table><thead><tr><th>API</th><th>Description</th><th width="94">Server</th><th width="81">Method</th><th>Notes</th></tr></thead><tbody><tr><td>Site lookup</td><td>Retrieves a single site's information. The lookup is performed by setting the site number in a cookie value.</td><td>Display</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=display&#x26;depth=%EC%82%AC%EC%9D%B4%ED%8A%B8%20%EC%A0%84%EC%8B%9C%EB%AA%B0&#x26;path=getSiteInfo">🔗View API ></a></td></tr><tr><td>Site popup list lookup</td><td>Retrieves the list of popup information for the site. Information corresponding to the popup period as of the current date is retrieved and displayed in order of priority.</td><td>Display</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=display&#x26;depth=%EC%82%AC%EC%9D%B4%ED%8A%B8%20%EC%A0%84%EC%8B%9C%EB%AA%B0&#x26;path=getSitePopupList">🔗View API ></a></td></tr><tr><td>Site terms and conditions list lookup</td><td>Retrieves the site's terms and conditions information and the list of past terms and conditions dates. The list of past terms and conditions dates is displayed in most-recent-first order.</td><td>Display</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=display&#x26;depth=%EC%82%AC%EC%9D%B4%ED%8A%B8%20%EC%A0%84%EC%8B%9C%EB%AA%B0&#x26;path=getPolicyInfo">🔗View API ></a></td></tr><tr><td>Display mall list lookup</td><td>Retrieves the list of malls belonging to the site. Mall information is displayed in display order.</td><td>Display</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=display&#x26;depth=%EC%82%AC%EC%9D%B4%ED%8A%B8%20%EC%A0%84%EC%8B%9C%EB%AA%B0&#x26;path=getMallInfo">🔗View API ></a></td></tr><tr><td>Display mall single lookup</td><td>Retrieves a single mall's information.</td><td>Display</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=display&#x26;depth=%EC%82%AC%EC%9D%B4%ED%8A%B8%20%EC%A0%84%EC%8B%9C%EB%AA%B0&#x26;path=getDefaultShopInfo">🔗View API ></a></td></tr></tbody></table>

## Terminology

<table><thead><tr><th width="82.888916015625">Term</th><th>Description</th></tr></thead><tbody><tr><td>Site</td><td><ul><li>The unit entity through which an online commerce service is provided.</li><li>Has an independent display configuration.</li></ul><p>(e.g.) mall.x2bee.com, http://lotteon.com , http://11st.co.kr . http://ssg.com</p></td></tr><tr><td>Mall</td><td><ul><li>A collection that sells a large volume/variety of products within a site.</li><li>An attribute that groups display stores; one or more can be created under a single site.</li></ul></td></tr></tbody></table>

##
