fix(js-sdk): Export Draft Order methods (#11572)

This commit is contained in:
Kasper Fabricius Kristensen
2025-02-24 10:30:07 +01:00
committed by GitHub
parent 92bffadbf9
commit f00e6bf660
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/js-sdk": patch
---
fix(js-sdk): Export draft order methods

View File

@@ -234,6 +234,7 @@ export class Admin {
this.inventoryItem = new InventoryItem(client)
this.notification = new Notification(client)
this.order = new Order(client)
this.draftOrder = new DraftOrder(client)
this.orderEdit = new OrderEdit(client)
this.return = new Return(client)
this.claim = new Claim(client)