Get Product By Tag
Request Parameters:
Retrieve the list of product by tag.
URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/ProductByTag
Parameter:
{
"apiSecretKey":"k117x118z122r116t100e100r118j122",
"storeId":"2",
"languageId":"1",
"currencyId":"1",
"customerId":"1",
"productTagId":"3",
"command":
{
"PageSize": "8",
"PageNumber":"1",
"OrderBy":"0"
}
}
Response:
{
"ProductByTagResult":
{
"Id": 3,
"Message": null,
"PagingFilteringContext": null,
"Products":
[
{
"Id": 25,
"Message": null,
"DefaultPictureModel":
{
"CustomProperties":
[
],
"AlternateText": "Picture of adidas Consortium Campus 80s Running Shoes",
"FullSizeImageUrl": "http://localhost:15536/content/images/thumbs/0000053_adidas-consortium-campus-80s-running-shoes.jpg",
"ImageUrl": "http://localhost:15536/content/images/thumbs/0000053_adidas-consortium-campus-80s-running-shoes_415.jpg",
"ThumbImageUrl": "http://localhost:15536/content/images/thumbs/0000053_adidas-consortium-campus-80s-running-
shoes_100.jpg",
"Title": "Show details for adidas Consortium Campus 80s Running Shoes"
},
"FullDescription": "One of three colorways of the adidas Consortium Campus 80s Primeknit set to drop alongside each other. This pair
comes in light maroon and running white. Featuring a maroon-based primeknit upper with white accents. A limited release, look out for
these at select adidas Consortium accounts worldwide.",
"Name": "adidas Consortium Campus 80s Running Shoes",
"ProductPrice":
{
"CustomProperties":
[
],
"AvailableForPreOrder": false,
"DisableBuyButton": false,
"DisableWishlistButton": false,
"DisplayTaxShippingInfo": false,
"ForceRedirectionAfterAddingToCart": false,
"IsRental": false,
"OldPrice": null,
"PreOrderAvailabilityStartDateTimeUtc": null,
"Price": "$27.56"
},
"ReviewOverviewModel":
{
"CustomProperties":
[
],
"AllowCustomerReviews": true,
"ProductId": 25,
"RatingSum": 5,
"TotalReviews": 1
},
"SeName": "adidas-consortium-campus-80s-running-shoes",
"ShortDescription": "adidas Consortium Campus 80s Primeknit Light Maroon/Running Shoes"
}],
"TagName": "cool",
"TagSeName": "cool",
"Tags": null,
"TotalTags": 0
}
}