fix(medusa): Fix draft order validator, and endpoint (#11398)

Resolves CMRC-925, CMRC-924
This commit is contained in:
Kasper Fabricius Kristensen
2025-02-13 08:06:11 +00:00
committed by GitHub
parent 2726bb3759
commit 681121bb19
3 changed files with 40 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Make Shipping Methods optional on create draft orders endpoint, and allow passing a address ID for both billing and shipping address.