Search
Provides information about the APIs used to implement the online commerce search feature.
Helps customers search for products/events/special promotions and quickly explore information during their purchase journey.
PC

Mobile

Search

1. Recommended Search Terms
Can display recommended search terms/markup search terms registered in the search page BO.
Look up recommended search term list (🔗View API >) Looks up the single most recently registered search term from the BO's search term management menu.
2. Recent Search Terms
Displays the search terms the customer has recently searched for. This feature is implemented using local storage.
3. Popular Search Terms
Can display up to 10 search results that have rapidly risen within the past 24 hours.
Popular search terms (🔗View API >) Looks up the list of the 10 most searched keywords within the past 24 hours.
4. Search Term Autocomplete
Can provide recommended search terms related to a word in real time while the search term is being entered.
Real-time recommended word search (autocomplete) (🔗View API >) Returns recommended search terms for the entered search term.
2. View Search Results Page (Product List)
When the customer enters a search term and clicks the search button, the search results for that term are displayed.

1. Search Results
The completed search results page shows the following information:
1) Related search term search: search terms highly related to the term entered in the search box
2) Category information: category information for the categories the searched products belong to
3) Product list information: information about the list of searched products
Integrated product search (🔗View API >) Calls the integrated product search API and references the following result values for each feature
Related search term search: assocwordDataList
Category information: categoryDataList
Product list information: searchDataList
2. Product Result List Sort/Filter Conditions
Clicking the sort/filter area to set conditions lets you search for products.
1) Sort: by sales rank / lowest price / highest price / discount rate / newest / most reviewed
2) Filter: category / brand / price / age restriction / delivery fee policy / rating / payment method
Search products by condition (🔗View API >) Looks up product information matching the sort/filter values.
View Search Results Page (Event/Special Promotion List)
Clicking the content tab in the search results shows a list of special promotions and events related to the search term.
1. Special Promotion Search Results
Displays a list of special promotions related to the search term.
Special promotion search list results (🔗View API >) Looks up special promotion information related to the search term.
2. Event Search Results
Displays a list of events related to the search term.
Event search list results (🔗 View API >) Looks up event information related to the search term.