# Reviews Managing reviews in the e-shop. ## List of products reviews - [GET /api/reviews/products](https://api.docs.shoptet.com/shoptet-api/openapi/reviews/getlistofproductsreviews.md): Returns list of product's reviews. ## Product review insertion - [POST /api/reviews/products](https://api.docs.shoptet.com/shoptet-api/openapi/reviews/createproductreview.md): Importing product reviews with option to backdate them ## Product review update - [PATCH /api/reviews/products/{reviewId}](https://api.docs.shoptet.com/shoptet-api/openapi/reviews/updateproductreview.md): Updates the product review. This endpoint is available only when the 'Rating' module is active. ## List of project reviews - [GET /api/reviews/project](https://api.docs.shoptet.com/shoptet-api/openapi/reviews/getlistofprojectreviews.md): Returns a list of the project reviews. This endpoint is available only when the 'Rating' module is active. Also, the project must have store ratings enabled in the administration settings. The endpoint supports Paging. ## Project review insertion - [POST /api/reviews/project](https://api.docs.shoptet.com/shoptet-api/openapi/reviews/createprojectreview.md): Creates a new project review. This endpoint is available only when the 'Rating' module is active. Also, the e-shop must have store ratings enabled in the administration settings. ## Project review update - [PATCH /api/reviews/project/{reviewId}](https://api.docs.shoptet.com/shoptet-api/openapi/reviews/updateprojectreview.md): Updates the project review. This endpoint is available only when the 'Rating' module is active. Also, the project must have store ratings enabled in the administration settings. ## List of eshop reviews (deprecated) - [GET /api/eshop/reviews](https://api.docs.shoptet.com/shoptet-api/openapi/reviews/getlistofeshopreviewsdeprecated.md): Returns a list of the e-shop's reviews. This endpoint is available only when the 'Rating' module is active. Also, the e-shop must have store ratings enabled in the administration settings. The endpoint supports Paging. ## List of products reviews (deprecated) - [GET /api/products/reviews](https://api.docs.shoptet.com/shoptet-api/openapi/reviews/getlistofproductsreviewsdeprecated.md): Returns list of product's reviews. Endpoint is deprecated. See new endpoint reviews/products replacing this.