medusa
medusa copied to clipboard
The world's most flexible commerce platform.
- 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...
### 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...
## 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...
**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...
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...
Fixes #478
Notification Provider was not being exported and should be
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...