It'd be great to improve the Wishlist integration, the same way we did with carts...
Basically, instead of using the default JSON API endpoint which is just CRUD, we'd need the endpoint to call the WishlistManager... (WishlistManager::addEntity()) that is. That service will handle combining the wishlist items.
Prior to calling it, we'd need to fetch the default wishlist for the current user, and create if if it does not exist...
List of issues:
Comments
Comment #2
jsacksick commentedComment #3
jsacksick commentedComment #4
jsacksick commentedComment #5
introfini commentedWhat is the recommended way to remove an item, should be using the default JSON API or should that feature be added?
Comment #6
jsacksick commentedComment #7
jsacksick commented@introfini: You should be using the endpoint defined by #3122732: Create an endpoint for removing an item from a Wishlist.
Comment #8
mglaman