feat(medusa): added admin create endpoint for nested categories (#2985)
What: Introduces an admin endpoint that allows a user to create a product category Why: This is part of a greater goal of allowing products to be added to multiple categories. How: - Creates a route on the admin scope to create category - Creates a method in product category services to create a category RESOLVES CORE-958
This commit is contained in:
5
.changeset/hungry-starfishes-count.md
Normal file
5
.changeset/hungry-starfishes-count.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
feat(medusa): added admin create endpoint for product categories
|
||||
Reference in New Issue
Block a user