Update product view count

Updates the view count for the product. Used when calculating most popular products. Should be called on product detail pages.

Request
query Parameters
categoryId
required
integer <int32>

The category internal id for the product.

productId
required
integer <int32>

Product internal id.

Responses
200

Success

500

Internal Server Error

post/ProductService.svc/rest/UpdateProductViewCount