Home > @vsf-enterprise/bigcommerce-api > RemoveWishlistItemParams
# RemoveWishlistItemParams interface
Necessary parameters to remove item from the wishlist.
Signature:
export interface RemoveWishlistItemParams
# Properties
| Property | Type | Description |
|---|---|---|
| itemId | number | ID of the wishlist item. |
| wishlistId | number | ID of the wishlist. |