fix(medusa,js-sdk,types): Add basic draft order operations to js-sdk (#11514)

**What**
- Exposes `sdk.admin.draftOrder.create/update/retrieve/list` functions from the js-sdk
- Implements the necessary types in the types package.
- Adds missing endpoints to admin API.
This commit is contained in:
Kasper Fabricius Kristensen
2025-02-20 16:05:21 +00:00
committed by GitHub
parent 120e6f9ba6
commit 3b4997840e
17 changed files with 613 additions and 53 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@medusajs/js-sdk": patch
"@medusajs/types": patch
"@medusajs/medusa": patch
---
fix(medusa,js-sdk,types): Add basic draft order operations to js-sdk