Feat(core-flows, medusa): delete inventory item (#6708)

* initial get-inventory-item

* add exception throw test

* remove console log

* add changeset

* remove inventory item

* add changeset

* fix pr feedback

* use links

* use modules instead of property names
This commit is contained in:
Philip Korsholm
2024-03-19 10:40:18 +01:00
committed by GitHub
parent c20eb15cd9
commit 62d5803b20
9 changed files with 270 additions and 127 deletions

View File

@@ -0,0 +1,7 @@
---
"@medusajs/inventory-next": patch
"@medusajs/core-flows": patch
"@medusajs/medusa": patch
---
feat(medusa, core-flows, inventory-next): add delete-inventory-item endpoint