Guide

Klevu Merchant Center Settings

1min

Klevu Merchant Center (KMC) is a back office admin panel where users can change the settings of the Klevu products. Most of the settings are automatically applied in the API queries but some settings are at the level of UI development. For example, getting the keywords that are used for redirecting or personalized messages when there are no search results. SDK doesn't automatically fetch this information or have any automatic business logic based on these settings. You as the developer have the responsibility to create the logic for your UI layer. More help on the data models and implementation details can be found from API documentation. But there is a helper you can use to fetch these settings. It can be used in any place of your code and it will cache response for visiting user for 24 hours.

JS