Fix(medusa): Missing location id on fulfillments (#3462)

**What**
- include location id when creating a fulfillment
- Allow location updates to reservations without passing along quantity

**Why**
- location_id on fulfillment was null after creation

Fixes CORE-1242, CORE-1243
This commit is contained in:
Philip Korsholm
2023-03-14 12:08:52 +01:00
committed by GitHub
parent 24604f1b71
commit 30a3203640
6 changed files with 169 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Include location_id in fulfillment body