Skip to content

Commit

Permalink
feat(core-flows,medusa,pricing,types,utils): added price list workflo…
Browse files Browse the repository at this point in the history
…ws + endpoints (#6648)

Apologies for the giant PR in advance, but most of these are removing of files and migrations from old workflows and routes to new.

What:

- Adds CRUD endpoints for price lists
- Migrate workflows from old sdk to new
- Added missing updatePriceListPrices method to pricing module
  • Loading branch information
riqwan authored Mar 15, 2024
1 parent c3f26a6 commit 9288f53
Show file tree
Hide file tree
Showing 81 changed files with 1,959 additions and 2,410 deletions.
7 changes: 7 additions & 0 deletions .changeset/blue-taxis-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@medusajs/core-flows": patch
"@medusajs/medusa": patch
"@medusajs/utils": patch
---

feat(core-flows,medusa,utils): added price list prices upsert and delete workflows + endpoints
9 changes: 9 additions & 0 deletions .changeset/nasty-waves-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@medusajs/core-flows": patch
"@medusajs/pricing": patch
"@medusajs/medusa": patch
"@medusajs/types": patch
"@medusajs/utils": patch
---

feat(core-flows,medusa,pricing,types,utils): added price list workflows + endpoints

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9288f53

Please sign in to comment.