fix(medusa): Draft order inventory management (#3040)

* reserve quantities when creating a draft order

* only adjust quantities if a location is provided on a fulfillment

* initial fix for fulfillments

* changeset

* add check for inventory service when cancelling fulfillment

* update test-request with module loaders

* remove unused variable
This commit is contained in:
Philip Korsholm
2023-01-17 16:14:58 +01:00
committed by GitHub
parent cb1ec0076b
commit 76d1752310
5 changed files with 95 additions and 40 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
Fix inventory adjustments