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 articlesGET /blog/articles/{id}— View a specific article by IDPUT/PATCH /blog/articles/{id}— Update a specific article by IDPUT/PATCH /blog/articles— Bulk update multiple articles simultaneouslyDELETE /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
