WishlistController
class WishlistController extends Controller
Class WishlistController. Defines routes for Wishlist
Methods
Response
wishlistAddAction(ArrayCollection $wishlistNewJSON)
API route to add new wishlist
Response
wishlistDeleteAction(ArrayCollection $wishlistDeleteJSON)
API route to delete wishlist
Response
wishlistAddProductAction(ArrayCollection $wishlistAddProductJSON)
API route to add product to wishlist
Response
wishlistRemoveProductAction(ArrayCollection $wishlistRemoveProductJSON)
API route to remove product from wishlist
Response
wishlistShareAction(ArrayCollection $wishlistShareJSON)
API route to share wishlist
Response
wishlistViewAllSharedAction(ArrayCollection $wishlistViewShared)
Frontend route to view shared wishlist
Details
at line 36
Response
wishlistAddAction(ArrayCollection $wishlistNewJSON)
API route to add new wishlist
at line 75
Response
wishlistDeleteAction(ArrayCollection $wishlistDeleteJSON)
API route to delete wishlist
at line 97
Response
wishlistAddProductAction(ArrayCollection $wishlistAddProductJSON)
API route to add product to wishlist
at line 138
Response
wishlistRemoveProductAction(ArrayCollection $wishlistRemoveProductJSON)
API route to remove product from wishlist
at line 160
Response
wishlistShareAction(ArrayCollection $wishlistShareJSON)
API route to share wishlist
at line 178
Response
wishlistViewAllSharedAction(ArrayCollection $wishlistViewShared)
Frontend route to view shared wishlist