Request Parameters:


Retrieve the list of popular tags.


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


Parameter:

{

"apiSecretKey":"k117x118z122r116t100e100r118j122",

"storeId":"2",

"languageId":"1"

}


Response:


   {

       "PopularProductTagsResult":

       {

           "Id": 0,

           "Message": null,

           "PagingFilteringContext": null,

           "Products": null,

           "TagName": null,

           "TagSeName": null,

           "Tags":

           [

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 4,

                   "Name": "apparel",

                   "ProductCount": 9,

                   "SeName": "apparel"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 8,

                   "Name": "awesome",

                   "ProductCount": 17,

                   "SeName": "awesome"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 10,

                   "Name": "book",

                   "ProductCount": 3,

                   "SeName": "book"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 12,

                   "Name": "camera",

                   "ProductCount": 3,

                   "SeName": "camera"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 11,

                   "Name": "cell",

                   "ProductCount": 2,

                   "SeName": "cell"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 9,

                   "Name": "compact",

                   "ProductCount": 7,

                   "SeName": "compact"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 6,

                   "Name": "computer",

                   "ProductCount": 14,

                   "SeName": "computer"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 3,

                   "Name": "cool",

                   "ProductCount": 17,

                   "SeName": "cool"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 16,

                   "Name": "digital",

                   "ProductCount": 3,

                   "SeName": "digital"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 15,

                   "Name": "game",

                   "ProductCount": 1,

                   "SeName": "game"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 14,

                   "Name": "jeans",

                   "ProductCount": 2,

                   "SeName": "jeans"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 13,

                   "Name": "jewelry",

                   "ProductCount": 3,

                   "SeName": "jewelry"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 1,

                   "Name": "nice",

                   "ProductCount": 4,

                   "SeName": "nice"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 5,

                   "Name": "shirt",

                   "ProductCount": 3,

                   "SeName": "shirt"

               },

               {

                   "CustomProperties":

                   [

                   ],

                   "Id": 7,

                   "Name": "shoes",

                   "ProductCount": 2,

                   "SeName": "shoes"

               }

           ],

           "TotalTags": 16

       }

   }