For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

  • 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.

Business Process Definition

1

Site/mall composition

  • Look up site information

  • Look up information for multiple malls within the site

2
  • 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.

3

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)

API Function List

API
Description
Server
Method
Notes

Site lookup

Retrieves a single site's information. The lookup is performed by setting the site number in a cookie value.

Display

GET

Site popup list lookup

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.

Display

GET

Site terms and conditions list lookup

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.

Display

GET

Display mall list lookup

Retrieves the list of malls belonging to the site. Mall information is displayed in display order.

Display

GET

Display mall single lookup

Retrieves a single mall's information.

Display

GET

Terminology

Term
Description

Site

  • The unit entity through which an online commerce service is provided.

  • Has an independent display configuration.

(e.g.) mall.x2bee.com, http://lotteon.com , http://11st.co.kr . http://ssg.com

Mall

  • A collection that sells a large volume/variety of products within a site.

  • An attribute that groups display stores; one or more can be created under a single site.