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

Wishlist

Provides a feature that allows shopping mall members to express interest in products, brands, and content, and to register, delete, and view lists of those items. This enables members to effectively manage their wishlist for specific products or brands. The wishlist screen is divided into three tabs — Product, Brand, and Promotion — and each tab shows the corresponding wishlist entries.


Key Features

  • Wishlist Registration and Deletion

    • Members can conveniently register or remove specific products, brands, or content from their wishlist.

  • Wishlist Lookup

    • Members can view lists of products, brands, and content registered in their wishlist in the member database.

Process Definition

1

Wishlist Registration Request

When a member requests to add an item to the wishlist, if the member is logged in, wishlist registration proceeds; if not logged in, the member is redirected to the login page.

2

Wishlist Registration

Registers a wishlist entry using the product number, brand number, content number, and similar identifiers. If the number is already saved, it cannot be saved again as a duplicate.

3

Wishlist Access/Lookup

When a member accesses the wishlist while logged in, the wishlist product list is retrieved and displayed. When products are displayed, an Add to Cart button is generated for each so the product can be added directly to the cart. If not logged in, the member is redirected to the login page.

4

Wishlist: Brand List Lookup

When the Brand tab is clicked on the screen, the wishlist brand list is retrieved and displayed. Each brand entry also displays the 3 most recently registered products.

5

Wishlist: Content List Lookup

When the Content tab is clicked on the screen, the wishlist content list is retrieved and displayed.

6

Wishlist Deletion

Deletes the product number, brand number, content number, or similar identifier stored in the wishlist from the member database.

API Function List

API
Description
Server
Method
Remarks

Register Wishlist

Provides the feature to register a wishlist entry when called from Product, Brand, or Content.

Member

POST

Delete Wishlist

Provides the feature to delete a registered wishlist entry.

Member

DELETE

Wishlist - Get Product List

Retrieves the list of products registered on the wishlist screen.

Member

GET

Wishlist - Get Brand List

Retrieves the list of brands registered on the wishlist screen.

Member

GET

Wishlist - Get Content List

Retrieves the list of content registered on the wishlist screen.

Member

GET

Definition of Terms

Term
Description

Wishlist

Used interchangeably with terms such as 'Like' or 'Zzim' (heart/favorite).

Product

Refers to a specific item such as a 'short-sleeve shirt', 'jeans', or 'sweatshirt'.

Brand

Refers to a brand such as 'Hermes' or 'Jo Malone'.

Content

Used interchangeably with 'Promotion'. A curated store that gathers products around a specific theme.

Other Notes

  • The wishlist is paginated in sets of 20. If the list has more than 20 items, additional items can be loaded by clicking the 'More' button at the bottom of the screen.

  • If adult verification is required for a product but has not been completed, the normal product image will not be displayed. → Adult verification status column: ADL_CERTI_YN

  • For a product wishlist entry, if the product is out of stock, a SOLD OUT image is displayed and the Add to Cart button is disabled. → Sale status code column: if the SALE_STAT_CD value is not '10', the item is treated as sold out