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

Blog and Article Management via E-commerce API Added

Blog and Article Management via E-commerce API Added!




The capabilities of our E-commerce API have expanded even further. Now, in addition to full management of product categories, manufacturers, and collections, you can completely automate the workflow of your website content!

A new section has been added to the API — Article Catalog (Blog). You can now create, update, bulk import, and delete articles using secure requests.

New API Methods for Blog Management:

  • POST /blog/articles — Bulk addition and updating of articles (including array import)
  • GET /blog/articles — Retrieve a list of all articles
  • GET /blog/articles/{id} — View a specific article by ID
  • PUT/PATCH /blog/articles/{id} — Update a specific article by ID
  • PUT/PATCH /blog/articles — Bulk update multiple articles simultaneously
  • DELETE /blog/articles/{id} — Delete an article by ID (soft delete supported)

Full Support for SEO and Structured Data

When sending data, you can flexibly configure all the necessary publication parameters: from SEO-friendly URLs (slug), meta tags (meta_title, meta_description, meta_keywords), and language versions (language) to comment management, ratings, scheduled publication (planned), and automatic generation of Schema.org structured data (Article, BlogPosting, NewsArticle, FAQPage, etc.).

All details, request structures, field types, and JSON data examples have already been added to the general documentation.

Learn more in the guidelines: https://boostore.pro/en/docs/api-integration/#hotengine-CommerceAPI

The tabs for adding and editing goods have been updated
Added the General parameter of the size type and the Product type for uploading to Google Merchant.
Push notifications have been added.