feat(medusa): Admin list product with product isolated module (#5046)

**What**
First iteration:
Admin list products return everything but does not include proper filtering by discount id or price list id. Also, same as the previous pr, the fields/expand is not included

depends on https://github.com/medusajs/medusa/pull/5130
This commit is contained in:
Adrien de Peretti
2023-09-22 11:14:23 +00:00
committed by GitHub
parent 5f76b967d9
commit f1512605d2
4 changed files with 196 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
feat(medusa): admin list product with product isolated module