Request Parameters:


For retrieve the WishList items


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


Parameter:

{

"apiSecretKey":

"k117x118z122r116t100e100r118j122",

"storeId": "1",

"currencyId":"1",

"customerId":"1",

"languageId":"1"

}


Response:


   {

       "WishListResult":

       {

           "Id": 0,

           "Message": null,

           "CustomerFullname": "test1 test1",

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

           "DisplayAddToCart": true,

           "DisplayTaxShippingInfo": false,

           "EmailWishlistEnabled": true,

           "IsEditable": true,

           "Items":

           [

               {

                   "Id": 6,

                   "Message": null,

                   "AllowItemEditing": false,

                   "AllowedQuantities":

                   [

                   ],

                   "AttributeInfo": "",

                   "Discount": null,

                   "Picture":

                   {

                       "CustomProperties":

                       [

                       ],

                       "AlternateText": "Picture of Apple iCam",

                       "FullSizeImageUrl": "http://localhost:15536/content/images/thumbs/0000040_apple-icam.jpeg",

                       "ImageUrl": "http://localhost:15536/content/images/thumbs/0000040_apple-icam_80.jpeg",

                       "ThumbImageUrl": "http://localhost:15536/content/images/thumbs/0000040_apple-icam_100.jpeg",

                       "Title": "Show details for Apple iCam"

                   },

                   "ProductId": 17,

                   "ProductName": "Apple iCam",

                   "ProductSeName": "apple-icam",

                   "Quantity": 5,

                   "RecurringInfo": null,

                   "RentalInfo": null,

                   "Sku": "APPLE_CAM",

                   "SubTotal": "$6,500.00",

                   "UnitPrice": null,

                   "Warnings":

                   [

                   ]

               }

           ],

           "ShowProductImages": true,

           "ShowSku": true,

           "Warnings":

           [

           ]

       }

   }