# Update product view count Updates the view count for the product. Used when calculating most popular products. Should be called on product detail pages. Endpoint: POST /UpdateProductViewCount Version: 1.1 ## Query parameters: - `categoryId` (integer, required) The category internal id for the product. - `productId` (integer, required) Product internal id.