Skip to content

Commit

Permalink
fix(js-sdk): Export Draft Order methods (#11572)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperkristensen authored Feb 24, 2025
1 parent 92bffad commit f00e6bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-houses-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/js-sdk": patch
---

fix(js-sdk): Export draft order methods
1 change: 1 addition & 0 deletions packages/core/js-sdk/src/admin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f00e6bf

Please sign in to comment.