Request Parameters:


URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/RemoveFromWishList


Parameter:

{

"apiSecretKey":"k117x118z122r116t100e100r118j122",

"storeId": "1",

"customerId": "1",

"currencyId":"1",

"languageId":"1",

"itemIds":"1"

}


Note :

  • RemoveFromWishList is for removing items from cart, use comma (‘,’) to remove multiple items from WshList
  • ItemIds - is the id of cart items id and Quantity is new quantity


Response:


   {

       "RemoveFromWishListResult":

       {

           "Id": 0,

           "Message": "Item remove successfully",

           "CustomerFullname": "test1 test1",

           "CustomerGuid": "fe57f45c-828a-4d90-8313-51b90f37c325",

           "DisplayAddToCart": true,

           "DisplayTaxShippingInfo": false,

           "EmailWishlistEnabled": true,

           "IsEditable": true,

           "Items":

           [

           ],

           "ShowProductImages": true,

           "ShowSku": true,

           "Warnings":

           [

           ]

       }

   }