get https://visitors-sp.retailrocket.net/v1/partners//categoryPlacements//impressions
Integration via YML-file
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.
You must use the categoryId parameter in the query params with this type of integration.
Integration via Product API
While using the product API, the category is passed as categoryPath and must be passed in the same way while viewing the category page.
You must use the categoryPath parameter in the query params with this type of integration.