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

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.
API Function List
Register Wishlist
Provides the feature to register a wishlist entry when called from Product, Brand, or Content.
Member
POST
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
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