Hi ,
We are building our own Android Native Mobile App, When a category catalog is displayed we need to show wishlist icon on each product . We can display it with out any issue . If a product is already wishlisted then we want to show a different icon. How can we display this?
We have magento2 wishlist rest API but for each product how can we check that this product is in users wishlist or not? Also magento2 rest API data is too slow on mobile app. How can i speed it up?
Help me on this?
Hi, Have you got any solution.
Hello @dineshprim
Magento default REST API doesn't provide any API for Wishlist,
You will have to go for the solution like this
https://magecomp.com/magento-2-wishlist-rest-api.html
OR Use any readymade solution provider like MageComp, Appjetly, Mobikul, etc.
Hi @dineshprim ,
I think every problem you're having like: check product is in users wishlist or not and magento2 rest API data is too slow on mobile app are the common situation encountered of many new user. Like me!
You can try using this extension. I think it helpful with you.