> 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/back-office/display-bo/display-template-corner-management.md).

# Display Template/Corner Management

Provides functionality to systematically manage template file information applied to display shops, and supports reliable operations through modification and deletion restrictions. Efficiently manages corner component file information linked to shop templates.

***

## Key Features

* **Display Template Management**
  * Template types include General Template, Category Template, Brand Template, and Promotion Template.
  * Duplicate template file names cannot be saved.
  * A template cannot be modified or deleted if it is linked to a display shop.
* **Display Corner Management**
  * A display corner can be composed of the General, Dummy, or Swiper type.
  * Duplicate corner IDs cannot be saved.
  * For General and Swiper corners, the set count can range from a minimum of 1 to a maximum of 10. When configuring a set, at least one item of display target information must be saved.
  * A corner cannot be modified or deleted if it is linked to a display shop.
* **Shop Template Management**
  * A display template linked to a display shop is defined as a shop template, and can be linked 1:N.
  * A display corner linked to a shop template is defined as a template corner, and can be linked 1:N.
  * A shop template cannot be modified or deleted if it has a linked display template or display corner.

## Process Definition — Display Template Management

<figure><img src="https://2999922013-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXTxKSWMmuxEkop1pvuwe%2Fuploads%2Fkce80JSUNEwz90XRf9EC%2F%E1%84%8C%E1%85%A5%E1%86%AB%E1%84%89%E1%85%B5%20%E1%84%90%E1%85%A6%E1%86%B7%E1%84%91%E1%85%B3%E1%86%AF%E1%84%85%E1%85%B5%E1%86%BA%20%E1%84%80%E1%85%AA%E1%86%AB%E1%84%85%E1%85%B5.png?alt=media&#x26;token=cd8338d3-1379-4c97-9341-7142ad7163f7" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Display Template Detail Lookup

* Looks up the display template detail information by template number.
  {% endstep %}

{% step %}

### Display Template Linked Shop/Promotion List Lookup

* Looks up the list of shops or promotions linked to a display template, by template number.
  {% endstep %}

{% step %}

### Display Template List Lookup

* Looks up the display template list.
  {% endstep %}

{% step %}

### Display Template Save

* Saves a display template.
* Duplicate template file names cannot be saved.
  {% endstep %}

{% step %}

### Display Template Modification

* Modifies a display template.
* Modification is not possible if the display template is linked to a display shop/promotion.
  {% endstep %}

{% step %}

### Display Template List Save

* Saves the display template deletion list.
* Deletion is not possible if the display template is linked to a display shop/promotion.
  {% endstep %}

{% step %}

### Display Template Linked Shop/Promotion Existence Check

* When modifying/deleting a display template, checks whether the template is linked to a shop or promotion.
  {% endstep %}

{% step %}

### Shop-Linked Template List Lookup

* Looks up the shop template list linked to a display shop.
  {% endstep %}

{% step %}

### Shop-Linked Template List Save

* Saves the shop template list linked to a display shop.
  {% endstep %}
  {% endstepper %}

## API Function List — Display Template Management

<table><thead><tr><th width="116.77783203125">API</th><th width="327">Description</th><th width="93.5555419921875">Server</th><th width="89.111083984375">Method</th><th>Remarks</th></tr></thead><tbody><tr><td>Display Template Detail Lookup</td><td>•Looks up the detail information of the corresponding template by template number.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=display&#x26;depth=%EC%A0%84%EC%8B%9C%20%ED%85%9C%ED%94%8C%EB%A6%BF%20%EA%B4%80%EB%A6%AC&#x26;path=getDisplayTemplateDetail">🔗View API ></a></td></tr><tr><td>Display Template List Lookup</td><td>•Looks up the template list using template number, template name, template type, use status, and template file name as search criteria.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=display&#x26;depth=%EC%A0%84%EC%8B%9C%20%ED%85%9C%ED%94%8C%EB%A6%BF%20%EA%B4%80%EB%A6%AC&#x26;path=getDisplayTemplateList">🔗View API ></a></td></tr><tr><td>Display Template Linked Shop/Promotion List<br>Lookup</td><td>•Looks up the list of shops/promotions linked to a display template, by template number, template type code, and page number.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=display&#x26;depth=%EC%A0%84%EC%8B%9C%20%ED%85%9C%ED%94%8C%EB%A6%BF%20%EA%B4%80%EB%A6%AC&#x26;path=getDisplayTemplateMappInfoList">🔗View API ></a></td></tr><tr><td>Display Template Linked Shop/<br>Promotion Existence Check</td><td>•Checks whether a display template is linked to a shop/promotion, by template number and template type code.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=display&#x26;depth=%EC%A0%84%EC%8B%9C%20%ED%85%9C%ED%94%8C%EB%A6%BF%20%EA%B4%80%EB%A6%AC&#x26;path=getDisplayTemplateMappCheck">🔗View API ></a></td></tr><tr><td>Display Template List Save</td><td>•Allows deleting the display template list.<br>•Deletion is not possible if the display template is linked to a shop/promotion.</td><td>BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=display&#x26;depth=%EC%A0%84%EC%8B%9C%20%ED%85%9C%ED%94%8C%EB%A6%BF%20%EA%B4%80%EB%A6%AC&#x26;path=saveTemplateList">🔗View API ></a></td></tr><tr><td>Display Template Save</td><td>•An API for registering a display template.<br>•The template file name cannot be duplicated.</td><td>BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=display&#x26;depth=%EC%A0%84%EC%8B%9C%20%ED%85%9C%ED%94%8C%EB%A6%BF%20%EA%B4%80%EB%A6%AC&#x26;path=saveTemplate">🔗View API ></a></td></tr><tr><td>Display Template Modification</td><td>•An API for modifying a display template.<br>•Modification is not possible if the display template is linked to a shop/promotion.</td><td>BO</td><td>PUT</td><td><a href="https://apibo.x2bee.com/content?bo=display&#x26;depth=%EC%A0%84%EC%8B%9C%20%ED%85%9C%ED%94%8C%EB%A6%BF%20%EA%B4%80%EB%A6%AC&#x26;path=modifyTemplate">🔗View API ></a></td></tr><tr><td>Shop-Linked<br>Template List Lookup</td><td>•Looks up the template list linked to a display shop, by shop number.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=display&#x26;depth=%EC%A0%84%EC%8B%9C%20%ED%85%9C%ED%94%8C%EB%A6%BF%20%EA%B4%80%EB%A6%AC&#x26;path=getShopMappTemplateList">🔗View API ></a></td></tr><tr><td>Shop-Linked<br>Template List Save</td><td>•Allows saving, modifying, and deleting the shop-linked template list.<br>•Deletion is not possible if a corner is linked to the shop template.</td><td>BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=display&#x26;depth=%EC%A0%84%EC%8B%9C%20%ED%85%9C%ED%94%8C%EB%A6%BF%20%EA%B4%80%EB%A6%AC&#x26;path=getDisplayTemplateDetail">🔗View API ></a></td></tr></tbody></table>

***

## Process Definition — Display Corner Management

<figure><img src="https://2999922013-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXTxKSWMmuxEkop1pvuwe%2Fuploads%2FgNaRrpgS7VE5CAO7eJjq%2F%E1%84%8C%E1%85%A5%E1%86%AB%E1%84%89%E1%85%B5%E1%84%90%E1%85%A6%E1%86%B7%E1%84%91%E1%85%B3%E1%86%AF%E1%84%85%E1%85%B5%E1%86%BA_%E1%84%8F%E1%85%A9%E1%84%82%E1%85%A5%E1%84%80%E1%85%AA%E1%86%AB%E1%84%85%E1%85%B5.png?alt=media&#x26;token=5304eacd-6c95-48fd-a2a8-39389fd6579a" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Corner Detail Lookup

* Looks up the display corner detail information by corner number.
  {% endstep %}

{% step %}

### Corner Linked Shop Template List Lookup

* Looks up the shop template list linked to a display corner, by corner number.
  {% endstep %}

{% step %}

### Corner List Lookup

* Looks up the display corner list.
  {% endstep %}

{% step %}

### Corner Save

* Registers the display corner information.
* Duplicate template file names cannot be registered.
  {% endstep %}

{% step %}

### Corner Modification

* Modifies the display corner information.
* Modification is not possible if the display corner is linked to a shop template.
  {% endstep %}

{% step %}

### Display Corner List Save

* Saves the display corner deletion list.
* Deletion is not possible if the display corner is linked to a shop template.
  {% endstep %}

{% step %}

### Corner Linked Shop Template Existence Check

* When modifying/deleting a display corner, checks whether the corner is linked to a shop template.
  {% endstep %}

{% step %}

### Shop-Linked Template List Lookup

* Looks up the template corner list linked to a shop template.
  {% endstep %}

{% step %}

### Shop-Linked Template List Save

* Saves the template corner list linked to a shop template.
  {% endstep %}

{% step %}

### Shop Template Linked Corner Existence Check

* When deleting a shop template, checks whether a template corner is linked to that template.
  {% endstep %}
  {% endstepper %}

## API List — Display Corner

<table><thead><tr><th width="107.7777099609375">API</th><th width="295.4444580078125">Description</th><th width="95.888916015625">Server</th><th width="91.3333740234375">Method</th><th>Remarks</th></tr></thead><tbody><tr><td>Corner List Lookup</td><td>•An API used when saving a corner.<br>•The corner ID cannot be registered as a duplicate.</td><td>BO</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=common&#x26;depth=%EC%95%8C%EB%A6%BC%EB%A9%94%EC%8B%9C%EC%A7%80&#x26;path=sendMessage">🔗View API ></a></td></tr><tr><td>Corner Save</td><td>•An API for looking up the basic information of a product found through product search</td><td>BO</td><td>POST</td><td></td></tr><tr><td>Corner Modification</td><td>•An API used when modifying a corner.<br>•Modification is not possible if the corner is linked to a shop template.</td><td>BO</td><td>PUT</td><td></td></tr><tr><td>Corner List Save</td><td>•An API used when saving the display corner list.<br>•Only the corner deletion function is provided in the display corner list, so only the deletion function is implemented in the detailed logic.</td><td>BO</td><td>POST</td><td></td></tr><tr><td>Shop Template Linked Corner List Lookup</td><td>•Looks up the template corner list linked to a shop template, by shop template number.</td><td>BO</td><td>GET</td><td></td></tr><tr><td>Shop Template Linked Corner Existence Check</td><td>•Checks whether a template corner is linked to a shop template, by shop template number.</td><td>BO</td><td>GET</td><td></td></tr><tr><td>Shop Template Linked Corner List Save</td><td>•Allows saving, modifying, and deleting the template corner list linked to a shop template.</td><td>BO</td><td>POST</td><td></td></tr><tr><td>Corner Linked Shop Template Existence Check</td><td>•Checks whether a shop template is linked to the corresponding corner, by corner number.</td><td>BO</td><td>GET</td><td></td></tr><tr><td>Corner Linked Shop List Lookup</td><td>•Looks up the list of display shops linked to the corresponding corner, by corner number.</td><td>BO</td><td>GET</td><td></td></tr></tbody></table>

***

## Terminology

<table><thead><tr><th width="118.4444580078125">Term</th><th>Description</th><th data-hidden>Remarks</th></tr></thead><tbody><tr><td>Display Template</td><td>•A unit that defines a file composed of a page layout by area or by product display format.<br>•Classified into General Template, Promotion Template, Category Template, and Brand Template.<br>•Can be used in display shops, promotions, and so on.</td><td></td></tr><tr><td>Display Corner</td><td>•A unit that defines a component file composed of content such as HTML, products, brands, and images within a page layout.<br>•Classified into General Corner, Dummy Corner, and Swiper Corner.<br>•The number of sets to display can be set from a minimum of 1 to a maximum of 10.</td><td></td></tr><tr><td>Shop Template</td><td>•Refers to a unit of a display template linked to a display shop.<br>•Can be linked 1:N to a display shop.<br>•One or more display templates with use status set to 'Use' can be selected and linked to a display shop.</td><td></td></tr><tr><td>Template Corner</td><td>•Refers to a unit of a display corner linked to a shop template.<br>•Can be linked 1:N to a shop template.<br>•One or more display corners with use status set to 'Use' can be selected and linked to a<br>shop template.</td><td></td></tr></tbody></table>

##
