Produkt und Kategorie
Im ERP-Projekt werden Produkt- und Kategoriemodule als Beispiel-CRUD-Struktur dargestellt. Diese Module können als Referenz bei der Entwicklung neuer ERP-Bereiche herangezogen werden.
API-Endpunkte – Produkte
GET /api/productsGET /api/products/:idPOST /api/productsPUT /api/products/:idDELETE /api/products/:idTypische unterstützte Filter: -searchcategoryIdisActive
API-Endpunkte – Kategorien
GET /api/categoriesGET /api/categories/:idPOST /api/categoriesPUT /api/categories/:idDELETE /api/categories/:id
Hinweis für
die Entwicklung Bei der Entwicklung eines neuen ERP-Domänenmoduls kann der Route-Controller-Service-Flow in der Struktur products/categories zugrunde gelegt werden.
:::info Manifest Home
erp:catalog:view
:::