feat(medusa): PriceList import strategy (#2210)

This commit is contained in:
Sebastian Rindom
2022-09-28 15:30:15 +02:00
committed by GitHub
parent 884f36e8a8
commit 7dc8d3a0c9
17 changed files with 1129 additions and 21 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": minor
---
Adds a BatchJob strategy for importing prices to PriceLists
+5
View File
@@ -0,0 +1,5 @@
---
"medusa-core-utils": minor
---
Adds `computerizeAmount` utility to convert human money format into the DB format Medusa uses (integer of lowest currency unit)