RemoveWishlistItemParams
Necessary parameters to remove item from the wishlist.
interface RemoveWishlistItemParams {
itemId: number;
wishlistId: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
itemId | Required | number | ID of the wishlist item. |
wishlistId | Required | number | ID of the wishlist. |