Client-side integration JavaScript modules
A Bloomreach Commerce Search and Categories client-side integration uses jQuery and the Bloomreach JS framework (br-mob.js). The br-mob.js framework has some functionality built-in as well as some rendering logic, but all styling is ultimately controlled by your development team. Further, any custom functionality that isn't supported by the default br-mob.js rendering logic needs to be written, maintained, and supported by your development team.
Services
The Commerce Search and Categories client-side integration API provides the following services:
-
Search APIs
-
Keyword search
-
More Like This (MLT)
-
-
Autosuggest API
-
Personalization APIs
-
Just For You (JFY)
-
Product Recommendations
-
Dynamic Categories
-
These APIs are performed over HTTP 1.1 protocol and the response returned is JSON formatted.
Authentication credentials
You need an account (account_id) and a domain key (domain_key) before you start using the API. Your Bloomreach representative supplies you with this information. Once you have this information, you can run your API calls against the staging and production endpoints.