My Wishlist
Last updated
Last updated
Retrieve a list of products in the customer's wishlist with pagination support.
/customer/wishlist-product-list
The number of wishlist products to return.
The offset for pagination of wishlist products.
Optional Bearer token for authentication.
The industry of the user.
The unique key for the request.
The language key for the request.
Delete a product from the customer's wishlist based on the product ID.
/customer/wishlist-product-delete/{id}
The ID of the product to remove from the wishlist.
Optional Bearer token for authentication.
The industry of the user.
The unique key for the request.
The language key for the request.