Comments and Reviews Management Added to Commerce API!
We continue to expand the capabilities of Commerce API. Now, in addition to products, categories, orders, and blog articles, you have full control over managing comments and reviews on your site.
A new section — Comments and Reviews — has been added to Commerce API. You can now programmatically create, edit, bulk import, and delete reviews via the API.
New API methods for working with comments and reviews:
POST /comments— Create a new review or commentGET /comments— Get a list of reviews with filteringGET /comments/{id}— View a single review by IDPUT/PATCH /comments/{id}— Update an existing reviewDELETE /comments/{id}— Delete a review by ID
Reviews for different objects
The API lets you attach reviews to pages, blog articles, categories, products, producers, and collections. Manage rating (1–5), author, nested replies, and hiding reviews. When the rating changes, the object's review count and average score are recalculated automatically.
All details, request structure, and usage examples have been added to the documentation.
View the guide: https://boostore.pro/en/docs/category/api/
