Inventory Module's Admin Widget Injection Zones

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

Inventory Pages#

Injection Zone NameDescriptionAdditional Props

inventory_item.list.before

Added at the top of the inventory list page.

-

inventory_item.list.after

Added at the bottom of the inventory list page.

-

inventory_item.details.before

Added at the top of the inventory item details page.

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

{
  data, // AdminInventoryItem object
}

inventory_item.details.after

Added at the bottom of the inventory item details page.

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

{
  data, // AdminInventoryItem object
}

inventory_item.details.side.before

Added at the top of the second column in the inventory item details page.

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

{
  data, // AdminInventoryItem object
}

inventory_item.details.side.after

Added at the end of the second column in the inventory item details page.

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

{
  data, // AdminInventoryItem object
}

Reservation Pages#

Injection Zone NameDescriptionAdditional Props

reservation.list.before

Added at the top of the reservations list page.

-

reservation.list.after

Added at the bottom of the reservations list page.

-

reservation.details.before

Added at the top of a reservation item's details page.

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

{
  data, // AdminReservation object
}

reservation.details.after

Added at the bottom of a reservation item's details page.

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

{
  data, // AdminReservation object
}

reservation.details.side.before

Added at the top of the second column in the reservation item details page.

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

{
  data, // AdminReservation object
}

reservation.details.side.after

Added at the bottom of the second column in the reservation item details page.

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

{
  data, // AdminReservation object
}
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