fix(js-sdk): Export Draft Order methods (#11572)
This commit is contained in:
committed by
GitHub
parent
92bffadbf9
commit
f00e6bf660
@@ -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