Request Parameters:


Retrieve the list of manufacturers.


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


Parameter:

{

"apiSecretKey":"k117x118z122r116t100e100r118j122",

"storeId":"2",

"languageId":"1"

}


Note: For 3.40 version, do not pass languageId.


Response:


   {

       "ManufacturerResult":

       [

           {

               "Id": 1,

               "Message": null,

               "Description": null,

               "FeaturedProducts": null,

               "MetaDescription": null,

               "MetaKeywords": null,

               "MetaTitle": null,

               "Name": "Apple",

               "PictureModel":

               {

                   "CustomProperties":

                   [

                   ],

                   "AlternateText": "Picture for manufacturer Apple",

                   "FullSizeImageUrl": "http://localhost:15536/content/images/thumbs/0000017_apple.jpg",

                   "ImageUrl": "http://localhost:15536/content/images/thumbs/0000017_apple_420.jpg",

                   "ThumbImageUrl": "http://localhost:15536/content/images/thumbs/0000017_apple_100.jpg",

                   "Title": "Show products manufactured by Apple"

               },

               "Products": null,

               "SeName": null

           },

           {

               "Id": 2,

               "Message": null,

               "Description": null,

               "FeaturedProducts": null,

               "MetaDescription": null,

               "MetaKeywords": null,

               "MetaTitle": null,

               "Name": "HP",

               "PictureModel":

               {

                   "CustomProperties":

                   [

                   ],

                   "AlternateText": "Picture for manufacturer HP",

                   "FullSizeImageUrl": "http://localhost:15536/content/images/thumbs/0000018_hp.jpg",

                   "ImageUrl": "http://localhost:15536/content/images/thumbs/0000018_hp_420.jpg",

                   "ThumbImageUrl": "http://localhost:15536/content/images/thumbs/0000018_hp_100.jpg",

                   "Title": "Show products manufactured by HP"

               },

               "Products": null,

               "SeName": null

           },

           {

               "Id": 3,

               "Message": null,

               "Description": null,

               "FeaturedProducts": null,

               "MetaDescription": null,

               "MetaKeywords": null,

               "MetaTitle": null,

               "Name": "Nike",

               "PictureModel":

               {

                   "CustomProperties":

                   [

                   ],

                   "AlternateText": "Picture for manufacturer Nike",

                   "FullSizeImageUrl": "http://localhost:15536/content/images/thumbs/0000019_nike.jpg",

                   "ImageUrl": "http://localhost:15536/content/images/thumbs/0000019_nike_420.jpg",

                   "ThumbImageUrl": "http://localhost:15536/content/images/thumbs/0000019_nike_100.jpg",

                   "Title": "Show products manufactured by Nike"

               },

               "Products": null,

               "SeName": null

           }

       ]

   }