Integration via YML-file
Description
In the YML-file, a category tree has integer category IDs, so products have integer category IDs as well, which allows you to use such IDs for recommendation requests.
Example of a code
<script type="text/javascript">
(window["rrApiOnReady"] = window["rrApiOnReady"] || []).push(function() {
try { rrApi.categoryView(<category_id>); } catch(e) {}
})
</script>
Updated over 2 years ago