fix(js-sdk): Export Draft Order methods (#11572)
This commit is contained in:
committed by
GitHub
parent
92bffadbf9
commit
f00e6bf660
5
.changeset/tall-houses-attend.md
Normal file
5
.changeset/tall-houses-attend.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/js-sdk": patch
|
||||
---
|
||||
|
||||
fix(js-sdk): Export draft order methods
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user