medusa icon indicating copy to clipboard operation
medusa copied to clipboard

The world's most flexible commerce platform.

Results 844 medusa issues
Sort by recently updated
recently updated
newest added

- Change `private` to `protected` for class variables - Correct JSDoc for Retrieve by SKU - Add Retrieve by Barcode (self serving - can be removed if not needed) Resolves...

type: feature or enhancement
status: needs more

### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/medusajs/medusa/issues ### Issue Summary Attempting to add [medusa](https://github.com/medusajs/medusa)/[packages](https://github.com/medusajs/medusa/tree/master/packages)/medusa-plugin-discount-generator/ to my...

type: docs

## Bug report ### Describe the bug Generating a migration with `medusa-extender` does not take into account the extended Entities due to a possible issue with Typeorm drivers. ### System...

type: feature or enhancement
type: bug

**Is your feature request related to a problem? Please describe.** All the variables in the `product-variant` class are private, which means it can not be (easily) extended. **Describe the solution...

type: feature or enhancement

Convert medusa-core-utils to typescript

Right now when I try to use another s3 provider it gives me error saying error: The AWS Access Key Id you provided does not exist in our records. If...

type: feature or enhancement

Notification Provider was not being exported and should be

needs rebase

Fixes: https://github.com/medusajs/medusa/issues/2034 Make the `profile_id` mandatory when sending the payload to the `ProductService.create`. Includes a "pretty message" if the `profile_id` is not included. Test results: ``` Test Suites: 172 passed,...

Example: - Store has discount coupon has expired date (Example: Jan 30 2024) - Customer add the coupon code to their cart (any date before Jan 30 2024) but they're...

type: bug
status: needs triaging
Stale