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

Page Management Added to Commerce API

Page 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 site pages (posts).

A new section — Pages — has been added to Commerce API. You can now programmatically create, edit, bulk import, and delete pages via the API.

New API methods for working with pages:

  • POST /pages — Create a new page
  • GET /pages — Get a list of all pages with filtering
  • GET /pages/{id} — View a single page by ID
  • PUT/PATCH /pages/{id} — Update an existing page
  • DELETE /pages/{id} — Delete a page by ID

SEO parameter support

The API allows full management of SEO metadata: slug (URL), meta_title, meta_de ion, meta_keywords. You can also set the page language, manage sorting order, publication date, and multilingual relations.

All details, request structure, and usage examples have been added to the documentation.

View the guide: https://boostore.pro/en/docs/category/api/

Updated «Group Editor».
Updated Jquery and Jquery UI.
A new option to select manufacturers has been added to the main menu