feat(medusa): Add get inventory item endpoint (#6704)

* initial get-inventory-item

* add exception throw test

* remove console log

* add changeset

* remove unused import
This commit is contained in:
Philip Korsholm
2024-03-15 16:00:27 +01:00
committed by GitHub
parent 3188e703b3
commit 56a6ec0227
4 changed files with 149 additions and 70 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
feat(medusa): add get-inventory-item endpoint to api v2