medusa
medusa copied to clipboard
The world's most flexible commerce platform.
**What** Fixes an issue where tokens were not stored correctly after doing a token refresh
**What** - Adds a batch job strategy that can handle importing prices to a PriceList - The import format is: | Product Variant ID | SKU | Price {currency code}...
**What** - cancel an order edit Fixes CORE-500
There is an issue with the import where the file exports the class as `exports.InMemoryConfigStore` not `exports.default` and the output is ``` /app/medusa/node_modules/medusa-telemetry/dist/store.js:37 this.config_ = new _inMemoryConfig["default"](); ^ TypeError: _inMemoryConfig.default...
## Bug report Can't run medusa-dev command in api filder ### Describe the bug i can run medusa-dev in the project, but i have a problem with running tests ###...
Hi, i started work on this feature: https://github.com/medusajs/medusa/issues/2165, not finished yet, i'm waiting for your feedback,if everything is fine, I'll continue working on that.
**Is your feature request related to a problem? Please describe.** If I would setup a medusa store for local clients e.g in Austria it would be possible that someone does...
As I understand, the [Quickstart guide](https://docs.medusajs.com/quickstart/quick-start#create-a-medusa-server) for setting a Medusa server uses SQLite, so it doesn't mention running migrations before running `medusa develop`. This may trip up users who use...
## Bug report ### Describe the bug Hey, im trying to get region information in store/products?expand=variants,variants.prices,variants.prices.region, but response only has prices in variants, also if i'm sending this: expand=variants, i...