Permissions
Route gate
| Route | Permission |
|---|---|
/pims/categories | product.categories |
Users without this permission do not see Categories in navigation.
Product categories tab
| Action | Permission | Admin / tenant owner bypass |
|---|---|---|
| View tree | categories.view | Yes |
| Add root / child | categories.create | Yes |
| Edit | categories.edit | Yes |
| Delete | categories.delete | Yes |
These permissions are typically granted via the Manage categories capability in role setup (product.manage_categories maps to categories.*).
Storefront categories tab
Uses the same categories.* permissions passed from the parent manager for CRUD on storefront categories and mappings.
Generic categories tab
Separate permission set on GenericCategoryConfigManager:
| Action | Permission |
|---|---|
| View configs | generic_categories.view |
| Create | generic_categories.create |
| Edit | generic_categories.edit |
| Delete | generic_categories.delete |