Stock Location Module's Admin Widget Injection Zones

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

Stock Location Pages#

Injection Zone NameDescriptionAdditional Props

location.list.before

Added at the top of the locations list page.

-

location.list.after

Added at the bottom of the locations list page.

-

location.details.before

Added at the top of a location's details page.

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

{
  data, // AdminStockLocation object
}

location.details.after

Added at the bottom of a location's details page.

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

{
  data, // AdminStockLocation object
}

location.details.side.before

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

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

{
  data, // AdminStockLocation object
}

location.details.side.after

Added at the bottom of the second column in the location details page.

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

{
  data, // AdminStockLocation object
}
Was this page helpful?
Edited Dec 24·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