Medusa version
Reorder relies on Medusa modules, workflow primitives, Admin UI extensions, and scheduled jobs that were introduced in Medusa 2.x. It is not compatible with Medusa 1.x.
Check your Medusa version
Run the following command in your Medusa project to see the installed version:2.3.0, upgrade Medusa before proceeding.
Node.js version
Reorder requires Node.js 20 or later. This matches theengines field in the plugin package.
v20.x.x or higher.
Package name
The plugin is published to npm under the scoped package name@reorderjs/reorder.
Make sure you are installing
@reorderjs/reorder (with the @reorderjs/ scope), not an unscoped or differently named package.Summary
Once your environment meets these requirements, follow the quickstart to install and configure the plugin.