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 pageGET /pages— Get a list of all pages with filteringGET /pages/{id}— View a single page by IDPUT/PATCH /pages/{id}— Update an existing pageDELETE /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/
