API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · product_categories

Product Category Schema

Schema-ID
product_category
Collection
product_categories
Permissions
  • Lesenproduct_category_view
  • Anlegenproduct_category_create
  • Ändernproduct_category_edit
  • Löschenproduct_category_delete

Felder

Product Category Schema

product_categories4 Permissions

Schema for validating product category entities

namestringerforderlich

Category name

1–200 Zeichen
descriptionstringoptional

Category description

max 1000 Zeichennullable
parentCategoryIduuidoptional

Parent category UUID for hierarchical nesting

nullable
iconstringoptional

MUI icon name

max 100 Zeichennullable
colorstringoptional

Hex color code

Patternnullable
sortOrderintegeroptional

Display sort order

≥ 0Default: 0
isActivebooleanoptional

Whether this category is active

Default: true

Standard-Endpoints

Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:

  • GET /api/v1/product_categories — Liste, paginiert + filterbar
  • GET /api/v1/product_categories/<id> — Einzelne Entity
  • POST /api/v1/product_categories — Anlegen
  • PATCH /api/v1/product_categories/<id> — Teil-Update
  • DELETE /api/v1/product_categories/<id> — Soft-Delete
  • GET /api/v1/product_categories/<id>/timeline — Audit + Aktivitäten

Suche