medusa
https://github.com/medusajs/medusa
MDX
Building blocks for digital commerce
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
MDX not yet supported2 Subscribers
Add a CodeTriage badge to medusa
Help out
- Issues
- [Bug]: Shipping method adjustment uses gross (tax-inclusive) amount instead of pre-tax amount, causing negative cart total when promotion covers full shipping cost
- [Bug]: product-category does not have an external_id
- [Bug]: calculateTaxTotal produces sub-cent amounts — no rounding to currency precision
- [Bug]: Admin user invitation fails if email is already used by a customer (Identity with email already exists)
- chore(cart,order,product,inventory,fulfillment,stock-location,workflow-engine-redis,workflow-engine-inmemory): add missing fields for types auto-generation
- feat(product-category): add external_id to product-category
- [Bug]: The cancelPayment method does not persist the data returned by the payment provider.
- [Bug]: Malformed JSON request body returns HTTP 500 (unknown_error) instead of HTTP 400
- [Bug]: completeCartWorkflow allows completing an empty cart (no line items), silently creating a $0 order
- fix: return HTTP 400 for malformed JSON request body instead of 500
- Docs
- MDX not yet supported