Hello,
we have a product search react app implemented with Algolia react-instantsearch. For each product we display a title, image, category and price. We would like to implement pricing personalisation, ie. for some of our logged in users we want to get a different/personalised price from Algolia. The personalised price can’t be calculated on the fly (like eq. -10%), it will be a custom price entered by our admin. Is there a way to push this data to Algolia and tie it to a product/user pair somehow?
Thanks,
Ivo