Alokai

RemoveWishlistItemParams

Necessary parameters to remove item from the wishlist.

interface RemoveWishlistItemParams {
	itemId: number;
	wishlistId: number;
}

Properties

NameRequiredTypeDescription
itemIdRequirednumberID of the wishlist item.
wishlistIdRequirednumberID of the wishlist.

On this page