fix(medusa): Include inventory quantity when listing products (#3586)

* initial inclusion of quantities when listing admin prices

* add changeset

* rename variable

* add inventory service check when listing products

* update changeset version bump
This commit is contained in:
Philip Korsholm
2023-03-28 12:42:26 +02:00
committed by GitHub
parent b6c08cbbfe
commit e359d3f85b
3 changed files with 58 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/medusa": minor
---
Fix(medusa): include quantities when listing admin products with an inventory module installed