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

API Function List — Display Template Management
Display Template Detail Lookup
•Looks up the detail information of the corresponding template by template number.
BO
GET
Display Template List Lookup
•Looks up the template list using template number, template name, template type, use status, and template file name as search criteria.
BO
GET
Display Template Linked Shop/Promotion List Lookup
•Looks up the list of shops/promotions linked to a display template, by template number, template type code, and page number.
BO
GET
Display Template Linked Shop/ Promotion Existence Check
•Checks whether a display template is linked to a shop/promotion, by template number and template type code.
BO
GET
Display Template List Save
•Allows deleting the display template list. •Deletion is not possible if the display template is linked to a shop/promotion.
BO
POST
Display Template Save
•An API for registering a display template. •The template file name cannot be duplicated.
BO
POST
Display Template Modification
•An API for modifying a display template. •Modification is not possible if the display template is linked to a shop/promotion.
BO
PUT
Shop-Linked Template List Lookup
•Looks up the template list linked to a display shop, by shop number.
BO
GET
Shop-Linked Template List Save
•Allows saving, modifying, and deleting the shop-linked template list. •Deletion is not possible if a corner is linked to the shop template.
BO
POST
Process Definition — Display Corner Management

API List — Display Corner
Corner List Lookup
•An API used when saving a corner. •The corner ID cannot be registered as a duplicate.
BO
GET
Corner Save
•An API for looking up the basic information of a product found through product search
BO
POST
Corner Modification
•An API used when modifying a corner. •Modification is not possible if the corner is linked to a shop template.
BO
PUT
Corner List Save
•An API used when saving the display corner list. •Only the corner deletion function is provided in the display corner list, so only the deletion function is implemented in the detailed logic.
BO
POST
Shop Template Linked Corner List Lookup
•Looks up the template corner list linked to a shop template, by shop template number.
BO
GET
Shop Template Linked Corner Existence Check
•Checks whether a template corner is linked to a shop template, by shop template number.
BO
GET
Shop Template Linked Corner List Save
•Allows saving, modifying, and deleting the template corner list linked to a shop template.
BO
POST
Corner Linked Shop Template Existence Check
•Checks whether a shop template is linked to the corresponding corner, by corner number.
BO
GET
Corner Linked Shop List Lookup
•Looks up the list of display shops linked to the corresponding corner, by corner number.
BO
GET
Terminology
Display Template
•A unit that defines a file composed of a page layout by area or by product display format. •Classified into General Template, Promotion Template, Category Template, and Brand Template. •Can be used in display shops, promotions, and so on.
Display Corner
•A unit that defines a component file composed of content such as HTML, products, brands, and images within a page layout. •Classified into General Corner, Dummy Corner, and Swiper Corner. •The number of sets to display can be set from a minimum of 1 to a maximum of 10.
Shop Template
•Refers to a unit of a display template linked to a display shop. •Can be linked 1:N to a display shop. •One or more display templates with use status set to 'Use' can be selected and linked to a display shop.
Template Corner
•Refers to a unit of a display corner linked to a shop template. •Can be linked 1:N to a shop template. •One or more display corners with use status set to 'Use' can be selected and linked to a shop template.