fix(js-sdk): Export Draft Order methods (#11572)
This commit is contained in:
@@ -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.inventoryItem = new InventoryItem(client)
|
||||||
this.notification = new Notification(client)
|
this.notification = new Notification(client)
|
||||||
this.order = new Order(client)
|
this.order = new Order(client)
|
||||||
|
this.draftOrder = new DraftOrder(client)
|
||||||
this.orderEdit = new OrderEdit(client)
|
this.orderEdit = new OrderEdit(client)
|
||||||
this.return = new Return(client)
|
this.return = new Return(client)
|
||||||
this.claim = new Claim(client)
|
this.claim = new Claim(client)
|
||||||
|
|||||||
Reference in New Issue
Block a user