Order Module's Admin Widget Injection Zones

This reference shows all the injection zones in the Medusa Admin related to the Order Module.

Order Pages#

Injection Zone NameDescriptionAdditional Props

order.list.before

Added at the top of the orders list page.

-

order.list.after

Added at the bottom of the order list page.

-

order.details.before

Added at the top of the order details page

Type DetailWidgetProps<AdminOrder> imported from @medusajs/framework/types

{
  data, // AdminOrder object
}

order.details.after

Added at the end of the order details page.

Type DetailWidgetProps<AdminOrder> imported from @medusajs/framework/types

{
  data, // AdminOrder object
}

order.details.side.before

Added at the top of the second column in the order details page.

Type DetailWidgetProps<AdminOrder> imported from @medusajs/framework/types

{
  data, // AdminOrder object
}

order.details.side.after

Added at the end of the second column in the order details page.

Type DetailWidgetProps<AdminOrder> imported from @medusajs/framework/types

{
  data, // AdminOrder object
}

Return Reason Pages#

Injection Zone NameDescriptionAdditional Props

return_reason.list.before

Added at the top of the return reasons list page.

-

return_reason.list.after

Added at the bottom of the return reasons list page.

-

Was this page helpful?
Edit this page
Ask Anything
FAQ
What is Medusa?
How can I create a module?
How can I create a data model?
How do I create a workflow?
How can I extend a data model in the Product Module?
Recipes
How do I build a marketplace with Medusa?
How do I build digital products with Medusa?
How do I build subscription-based purchases with Medusa?
What other recipes are available in the Medusa documentation?
Chat is cleared on refresh
Line break