Skip to main content
Reorder adds a widget to the native Medusa Admin Order Details page. The widget appears in the right sidebar and shows the subscription that produced the order — whether it was the initial checkout order or a renewal.

Where It Appears

The widget is injected into the order.details.side.after zone, which places it below the existing order metadata panel in the right sidebar of every order details page. It only renders when the order is linked to a subscription. For regular non-subscription orders the sidebar remains unchanged.

What the Widget Shows

Subscription reference
string
The Reorder subscription ID (e.g. sub_01J...). Displayed as a clickable link that navigates to the full subscription detail page in Reorder’s Admin UI.
Status badge
string
The current subscription status at the time the page loads. Color-coded:
  • Green — active
  • Orange — paused
  • Grey — cancelled
  • Red — payment failed / in dunning
Frequency
string
The billing cadence of the subscription (e.g. monthly, yearly, or a custom interval).
Next renewal
datetime
The scheduled date and time of the next renewal cycle.
Clicking the subscription reference in the widget takes you directly to that subscription’s detail page in the Reorder Admin UI. From there you can review the full renewal history, trigger manual renewals, manage dunning, or cancel with a retention offer.

Renewal Orders

Each automated renewal creates a new Medusa order. That renewal order will also show the widget, linking back to the same parent subscription. This makes it straightforward to trace any order — initial or renewal — back to the subscription that generated it.