feat(medusa): Nested Categories Admin Update Endpoint (#2986)

What:

Introduces an admin endpoint that allows a user to update 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 update category
- Creates a method in product category services to update a category

RESOLVES CORE-956
This commit is contained in:
Riqwan Thamir
2023-01-11 16:21:53 +00:00
committed by GitHub
parent 6dafb51547
commit aab163babb
7 changed files with 327 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
feat(medusa): added admin endpoint to update product categories