# Function: removeProductFromWishlist
api.removeProductFromWishlist
▸ removeProductFromWishlist(__namedParameters: Context, wishlistId: string, sku: string): Promise<RemoveProductFromWishlistResult>
# Parameters:
| Name | Type |
|---|---|
__namedParameters | Context |
wishlistId | string |
sku | string |
Returns: Promise<RemoveProductFromWishlistResult>
Defined in: api/removeProductFromWishlist/index.ts:6 (opens new window)