Wishlist
Remove This endpoint removes a product to the customer's wishlist. A customer's wishlist is a collection of desired products saved to the customer's account, indicating interest but not an immediate intent to buy. Payload authenticated
#
The id of the product to be removed from a wishlist.
Response# Usage# To perform the action of removing a product to the customer's wishlist, the method remove()
may be used as follows. Events# This endpoint may trigger two events, the onRemoved and onRemovingFailed events. onRemoved# This event is triggered when removing a product to the customer's wishlist is done without having any errors coming back from the backend. onRemovingFailed# This event is triggered when removing a product to the customer's wishlist is not completed and an error has occurred. Modified at 2024-02-18 11:44:12