BooStore.pro CMS Platform News
Updates on the BooStore.pro platform for creating websites and online stores

Comments and Reviews Management Added to Commerce API

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 comment
  • GET /comments — Get a list of reviews with filtering
  • GET /comments/{id} — View a single review by ID
  • PUT/PATCH /comments/{id} — Update an existing review
  • DELETE /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/

Adaptive Mega Menu for your store added to BooStore.pro
Scheduled Article Publishing on BooStore.pro: Another Step Towards Content Automation
Issuance of the search query results in JSON format