POST
/api/v1/customer/manufacturer/swag-shop/wishlist/remove-item
This API method allows the logged in customer to remove an item from their wish-list.
Request Parameters
Parameter | Value / Type | Required |
|---|---|---|
manufacturer_id | STRING | true |
product_id | STRING | true |
Sample Response
{
"status": true,
"message": "Successfully removed item from wishlist"
}{
"status": false,
"message": "Cannot remove the item as it is not in your wishlist"
}{
"status": false,
"message": "Failed to remove the item from your wishlist"
}