Request Parameters:


Retrieve the list of product by category.


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


Parameter:

{

"apiSecretKey":"k117x118z122r116t100e100r118j122",

"storeId": "2",

"languageId": "1",

"currencyId": "1",

"customerId": "1",

"categoryId":"9",

"command":

{

"PageSize": "8",

"PageNumber": "1",

"OrderBy": "0"

                 }

}


Response:


{

   "GetProductByCategoryResult":

   {

       "Id": 0,

       "Message": null,

       "AlreadyFilteredItems": null,

       "BlogEnabled": false,

       "Categories": null,

       "Description": null,

       "FeaturedProducts":

       [

       ],

       "ForumEnabled": false,

       "MetaDescription": null,

       "MetaKeywords": null,

       "MetaTitle": null,

       "Name": null,

       "NotFilteredItems": null,

       "PagingFilteringContext": null,

       "PictureModel": null,

       "PriceRangeFilters": null,

       "Products":

       [

           {

               "Id": 1,

               "Message": null,

               "DefaultPictureModel":

               {

                   "CustomProperties":

                   [

                   ],

                   "AlternateText": "Picture of Build your own computer",

                   "FullSizeImageUrl": "http://localhost:15536/content/images/thumbs/0000020_build-your-own-computer.jpeg",

                   "ImageUrl": "http://localhost:15536/content/images/thumbs/0000020_build-your-own-computer_415.jpeg",

                   "ThumbImageUrl": "http://localhost:15536/content/images/thumbs/0000020_build-your-own-computer_100.jpeg",

                   "Title": "Show details for Build your own computer"

               },

               "FullDescription": "Fight back against cluttered workspaces with the stylish IBM zBC12 All-in-One desktop PC, featuring powerful

                computing resources and a stunning 20.1-inch widescreen display with stunning XBRITE-HiColor LCD technology. The black IBM zBC12

                has a built-in microphone and MOTION EYE camera with face-tracking technology that allows for easy communication with friends and

                family. And it has a built-in DVD burner and Sony's Movie Store software so you can create a digital entertainment library for personal

                viewing at your convenience. Easy to setup and even easier to use, this JS-series All-in-One includes an elegantly designed keyboard and                  a USB mouse.",

               "Name": "Build your own computer",

               "ProductPrice":

               {

                   "CustomProperties":

                   [

                   ],

                   "AvailableForPreOrder": false,

                   "DisableBuyButton": false,

                   "DisableWishlistButton": false,

                   "DisplayTaxShippingInfo": false,

                   "ForceRedirectionAfterAddingToCart": false,

                   "IsRental": false,

                   "OldPrice": null,

                   "PreOrderAvailabilityStartDateTimeUtc": null,

                   "Price": "$1,200.00"

               },

               "ReviewOverviewModel":

               {

                   "CustomProperties":

                   [

                   ],

                   "AllowCustomerReviews": true,

                   "ProductId": 1,

                   "RatingSum": 5,

                   "TotalReviews": 1

               },

               "SeName": "build-your-own-computer",

               "ShortDescription": "Build it"

           },

           {

               "Id": 2,

               "Message": null,

               "DefaultPictureModel":

               {

                   "CustomProperties":

                   [

                   ],

                   "AlternateText": "Picture of Digital Storm VANQUISH 3 Custom Performance PC",

                   "FullSizeImageUrl": "http://localhost:15536/content/images/thumbs/0000022_digital-storm-vanquish-3-custom-performance-

                    pc.jpeg",

                   "ImageUrl": "http://localhost:15536/content/images/thumbs/0000022_digital-storm-vanquish-3-custom-performance-pc_415.jpeg",

                   "ThumbImageUrl": "http://localhost:15536/content/images/thumbs/0000022_digital-storm-vanquish-3-custom-performance-

                    pc_100.jpeg",

                   "Title": "Show details for Digital Storm VANQUISH 3 Custom Performance PC"

               },

               "FullDescription": "Blow the doors off today’s most demanding games with maximum detail, speed, and power for an immersive gaming

                experience without breaking the bank.Stay ahead of the competition, VANQUISH 3 is fully equipped to easily handle future upgrades,

                keeping your system on the cutting edge for years to come.Each system is put through an extensive stress test, ensuring you experience

                zero bottlenecks and get the maximum performance from your hardware.",

               "Name": "Digital Storm VANQUISH 3 Custom Performance PC",

               "ProductPrice":

               {

                   "CustomProperties":

                   [

                   ],

                   "AvailableForPreOrder": false,

                   "DisableBuyButton": false,

                   "DisableWishlistButton": false,

                   "DisplayTaxShippingInfo": false,

                   "ForceRedirectionAfterAddingToCart": false,

                   "IsRental": false,

                   "OldPrice": null,

                   "PreOrderAvailabilityStartDateTimeUtc": null,

                   "Price": "$1,259.00"

               },

               "ReviewOverviewModel":

               {

                   "CustomProperties":

                   [

                   ],

                   "AllowCustomerReviews": true,

                   "ProductId": 2,

                   "RatingSum": 4,

                   "TotalReviews": 1

               },

               "SeName": "digital-storm-vanquish-3-custom-performance-pc",

               "ShortDescription": "Digital Storm Vanquish 3 Desktop PC"

           }],

       "RecentlyAddedProductsEnabled": false,

       "SeName": null,

       "SpecificationFilter": null,

       "Topics": null

   }

}