Reorder requires Medusa 2.3 or later. The recommended version is
@medusajs/medusa >= 2.4.0. See Requirements for the full compatibility matrix.Install the plugin
Add
@reorderjs/reorder to your Medusa project using your preferred package manager.Add the plugin to medusa-config.ts
Open your
medusa-config.ts file and add Reorder to the plugins array.medusa-config.ts
Start your Medusa store
Run your normal Medusa startup command. Reorder registers its modules, API routes, scheduled jobs, and Admin UI extensions on boot.
Next steps
- Core concepts — understand the subscription lifecycle, plan model, and renewal flow
- Plans & Offers — create your first subscription plan and attach it to a product
- Requirements — verify Node.js and Medusa version compatibility