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

- Added request examples using JS Client and cURL for all requests. Some requests, however, are not available in the JS Client so those can be added when available. -...

type: docs
type: chore

There is no issue for this - it's part of updating the code base to typescript. This PR contains the changes for moving `packages/medusa/src/services/__tests__/totals.js` to typescript. Is this PR a...

If a notification is resent using the Resend Notification endpoint, the [resent notification](https://docs.medusajs.com/api/admin/notification/resend-notification) replaced the original notification instead of creating a new one that is associated with the original notification...

good first issue
type: bug

**What** In some cases, a users that works with a bunch of subdomain would like to be able to configure the cors using a regexp to allow all or a...

type: feature or enhancement

**What** Try to prevent integration tests failing from time to time

type: bug

- add `ProductImportStrategy` class for processing products batch import which implements the common batch job strategy interface - **depends on:** https://github.com/medusajs/medusa/issues/1264 ## DoD - [ ] When `dry_run: true` ProductImportStrategy...

type: feature or enhancement

**What** - Allows `shipping_address`and `billing_address`be either an `AddressPayload` or `string` as part of the create draft order endpoint props. **How** - Implements the same patterns as used for the similar...

needs-merge

**What** Use type `AdminPostDraftOrdersReq` for creation of DraftOrder in `medusa-js` **How** Change [this line](https://github.com/medusajs/medusa/blob/1c6fcb2ede9b7b8ea67a87d4e2fdecf0f3bb7c6c/packages/medusa-js/src/resources/admin/draft-orders.ts#L20) to use `AdminPostDraftOrdersReq` Fixes CORE-412

good first issue
type: bug

**What** - convert system payment provider to typescript