-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core-flows,medusa,pricing,types,utils): added price list workflo…
…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
Showing
81 changed files
with
1,959 additions
and
2,410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
175 changes: 0 additions & 175 deletions
175
integration-tests/modules/__tests__/price-lists/admin/create-price-list.spec.ts
This file was deleted.
Oops, something went wrong.
128 changes: 0 additions & 128 deletions
128
integration-tests/modules/__tests__/price-lists/admin/delete-price-list-spec.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.