feat: Categories retrieve + list API (#7009)

This commit is contained in:
Oli Juhl
2024-04-08 19:26:34 +02:00
committed by GitHub
parent db2f0ef53f
commit 6cc9a5e469
41 changed files with 1176 additions and 35 deletions
@@ -293,7 +293,20 @@
"removeProductsWarning_other": "You are about to remove {{count}} products from the collection. This action cannot be undone."
},
"categories": {
"domain": "Categories"
"domain": "Categories",
"organization": {
"header": "Organization",
"pathLabel": "Path",
"pathExpandTooltip": "Show full path",
"childrenLabel": "Children"
},
"fields": {
"visibility": "Visibility",
"active": "Active",
"inactive": "Inactive",
"internal": "Internal",
"public": "Public"
}
},
"inventory": {
"domain": "Inventory",