Cart And Wishlist Total Count
Request Parameters:
This method is used to get the count of number of products in wishlist and cart.
URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi /RemoteService/WebService.svc/CartCount
Parameter:
{
"apiSecretKey": "k117x118z122r116t100e100r118j122",
"storeId": "1",
"customerId": "1"
}
Response:
{
"CartCountResult": "(2)"
}
Request Parameters:
URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi /RemoteService/WebService.svc/WishListCount
Parameter:
{
"apiSecretKey": "k117x118z122r116t100e100r118j122",
"storeId": "1",
"customerId": "1"
}
Response
{
"WishListCountResult": "(4)"
}