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

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/


Added HTML widget with comments/reviews.
Added the "Attachment level" parameter to the main menu items
Updated format for sending data when ordering and changing order status.