# medusa-interfaces

> Core interfaces for Medusa

Latest version **1.3.10** (published 2024-07-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install medusa-interfaces
pnpm add medusa-interfaces
yarn add medusa-interfaces
bun add medusa-interfaces
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.3.10 |
| Published | 2024-07-18 |
| First published | 2020-03-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=16 |
| Dependencies | 0 |
| Unpacked size | 41.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 36338 |
| Author | Sebastian Rindom |
| Maintainers | sebrindom, oliverjuhl |

## Links

- npm: https://www.npmjs.com/package/medusa-interfaces
- Repository: https://github.com/medusajs/medusa
- Homepage: https://github.com/medusajs/medusa#readme
- Issues: https://github.com/medusajs/medusa/issues
- npm.io page: https://npm.io/package/medusa-interfaces

## Recent versions

- 1.3.10 (latest) — 2024-07-18
- 1.3.10-snapshot-20240718083016 (snapshot) — 2024-07-18
- 1.3.10-preview-20240516120630 (preview) — 2024-05-16
- 1.3.10-next-20240505114610 (next) — 2024-05-05
- 1.3.7-rc.0 (rc) — 2023-03-24
- 2.0.0-20230320210331 (canary) — 2023-03-20
- 1.3.4-alp.0 (alp) — 2022-10-05
- 1.3.4-alpha.0 (alpha) — 2022-10-04
- 1.3.3-test-release.0 (test-release) — 2022-08-25
- 1.3.3-test.0 (test) — 2022-08-25
- 1.3.3-nxt.0 (nxt) — 2022-08-25
- 1.3.3-next-1-3-6.0 (next-1-3-6) — 2022-08-25
- 1.3.1-dev-c76e23.237 (dev-c76e23) — 2022-07-04
- 1.3.1-fix-1749.225 (fix-1749) — 2022-06-29
- 1.2.2-dev.56 (dev) — 2022-03-18
- … 324 more at https://npm.io/package/medusa-interfaces/versions

## README

<p align="center">
  <a href="https://www.medusajs.com">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/59018053/229103275-b5e482bb-4601-46e6-8142-244f531cebdb.svg">
    <source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/59018053/229103726-e5b529a3-9b3f-4970-8a1f-c6af37f087bf.svg">
    <img alt="Medusa logo" src="https://user-images.githubusercontent.com/59018053/229103726-e5b529a3-9b3f-4970-8a1f-c6af37f087bf.svg">
    </picture>
  </a>
</p>
<h1 align="center">
  Medusa
</h1>

<h4 align="center">
  <a href="https://docs.medusajs.com">Documentation</a> |
  <a href="https://www.medusajs.com">Website</a>
</h4>

<p align="center">
  Building blocks for digital commerce
</p>
<p align="center">
  <a href="https://github.com/medusajs/medusa/blob/develop/LICENSE">
    <img src="https://img.shields.io/badge/license-open--core-blue.svg" alt="Medusa uses an open-core licensing model." />
  </a>
  <a href="https://github.com/medusajs/medusa/blob/develop/CONTRIBUTING.md">
    <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="PRs welcome!" />
  </a>
 <p align="center">
  <a href="https://twitter.com/intent/follow?screen_name=medusajs">
    <img src="https://img.shields.io/twitter/follow/medusajs.svg?label=Follow%20@medusajs" alt="Follow @medusajs" />
  <a href="https://discord.gg/medusajs">
    <img src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg" alt="Discord Chat" />
  </a>
</p>

## Getting Started

The fastest way to get started is with [Medusa Cloud](https://medusajs.com/cloud/). It provides a managed environment optimized for Medusa applications, with automated deployments, scaling, and maintenance. [Get started on Medusa Cloud](https://cloud.medusajs.com)

To set up a Medusa application locally, visit the [Documentation](https://docs.medusajs.com/learn).

## About Medusa

Medusa is a commerce platform with a built-in framework for customization that allows you to build custom commerce applications without reinventing core commerce logic. The framework and modules can be used to support advanced B2B or DTC commerce stores, marketplaces, distributor platforms, PoS systems, service businesses, or similar solutions that need foundational commerce primitives. Medusa's core commerce modules are open-source and freely available on npm. Enterprise Edition features are identified separately in the repository.

Learn more about [Medusa’s architecture](https://docs.medusajs.com/learn/advanced-development/architecture/overview) and [commerce modules](https://docs.medusajs.com/resources/commerce-modules) in the Docs.

## Upgrades & Integrations

Follow the [Release Notes](https://github.com/medusajs/medusa/releases) to keep your Medusa project up-to-date.

Check out all [available Medusa integrations](https://medusajs.com/integrations/).

## Community & Contributions

The core team is available in [GitHub Discussions](https://github.com/medusajs/medusa/discussions), where you can create issues, share ideas, and discuss roadmap.

Our [Contribution Guide](https://github.com/medusajs/medusa/blob/develop/CONTRIBUTING.md) describes how to contribute to the codebase and Docs.

Join our [Discord server](https://discord.gg/medusajs) to meet and discuss with more than 14,000 other community members.

## Other channels

- [GitHub Issues](https://github.com/medusajs/medusa/issues)
- [Community Discord](https://discord.gg/medusajs)
- [Twitter](https://twitter.com/medusajs)
- [LinkedIn](https://www.linkedin.com/company/medusajs)
- [Medusa Blog](https://medusajs.com/blog/)

## License

Medusa uses an open-core model. The core is licensed under the [MIT License](https://github.com/medusajs/medusa/blob/develop/LICENSE). The RBAC-based Enterprise Edition materials identified in [ENTERPRISE-LICENSE.md](https://github.com/medusajs/medusa/blob/develop/ENTERPRISE-LICENSE.md) require a commercial agreement with MedusaJS, Inc.

---
_Source: https://npm.io/package/medusa-interfaces · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
