Recently Added Products
Request Parameters:
Retrieve the recently added products.
URL:../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/RecentlyAddedProducts
Parameter:
{
"apiSecretKey":"k117x118z122r116t100e100r118j122",
"storeId":"1",
"languageId":"1",
"currencyId":"1",
"customerId":"1"
}
Response :
{
"RecentlyAddedProductsResult":
[
{
"Id": 45,
"Message": null,
"DefaultPictureModel":
{
"CustomProperties":
[
],
"AlternateText": "Picture of $100 Physical Gift Card",
"FullSizeImageUrl": "http://localhost:15536/content/images/thumbs/0000076_100-physical-gift-card.jpeg",
"ImageUrl": "http://localhost:15536/content/images/thumbs/0000076_100-physical-gift-card_415.jpeg",
"ThumbImageUrl": "http://localhost:15536/content/images/thumbs/0000076_100-physical-gift-card_100.jpeg",
"Title": "Show details for $100 Physical Gift Card"
},
"FullDescription": "Gift Cards must be redeemed through our site Web site toward the purchase of eligible products. Purchases are
deducted from the GiftCard balance. Any unused balance will be placed in the recipient's GiftCard account when redeemed. If an order
exceeds the amount of the GiftCard, the balance must be paid with a credit card or other available payment method.",
"Name": "$100 Physical Gift Card",
"ProductPrice":
{
"CustomProperties":
[
],
"AvailableForPreOrder": false,
"DisableBuyButton": false,
"DisableWishlistButton": false,
"DisplayTaxShippingInfo": false,
"ForceRedirectionAfterAddingToCart": false,
"IsRental": false,
"OldPrice": null,
"PreOrderAvailabilityStartDateTimeUtc": null,
"Price": "$100.00"
},
"ReviewOverviewModel":
{
"CustomProperties":
[
],
"AllowCustomerReviews": true,
"ProductId": 45,
"RatingSum": 0,
"TotalReviews": 0
},
"SeName": "100-physical-gift-card",
"ShortDescription": "$100 Gift Card. Gift Cards must be redeemed through our site Web site toward the purchase of eligible products."
}
}