# Pages Managing pages in the e-shop. ## List of pages - [GET /api/pages](https://api.docs.shoptet.com/shoptet-api/openapi/pages/getlistofpages.md): Returns a list of pages. ## Insert of page - [POST /api/pages](https://api.docs.shoptet.com/shoptet-api/openapi/pages/createpage.md): Creates a new page. ## Detail of page - [GET /api/pages/{pageId}](https://api.docs.shoptet.com/shoptet-api/openapi/pages/getdetailofpage.md): Returns a detail of the page. ## Delete of page - [DELETE /api/pages/{pageId}](https://api.docs.shoptet.com/shoptet-api/openapi/pages/deletepage.md): Deletes the page. ## Update of page - [PATCH /api/pages/{pageId}](https://api.docs.shoptet.com/shoptet-api/openapi/pages/updatepage.md): Updates the page.