trackWishlistRelinquished

abstract suspend fun trackWishlistRelinquished(    productId: String,     item: WishlistItem,     url: String,     referrer: String? = ""): SystemaResult<<ERROR CLASS>>

Track Wishlist Relinquished event. Triggered when a an item makes its way out of the wishlist.

Return

HTTP response from tracker for Wishlist Relinquished event.

Parameters

productId

Product ID of the item that was removed from the wishlist.

items

List of items that were removed from the wishlist.

url

URL of the page/view while items were removed from the wishlist - in Mobile, a simulated string.


abstract fun trackWishlistRelinquished(    productId: String,     item: WishlistItem,     url: String,     referrer: String? = "",     result: (SystemaResult<<ERROR CLASS>>) -> Unit)