Fulfillment Module's Admin Widget Injection Zones

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

Shipping Option Type Pages#

Note: The following injection zones are available from Medusa v2.10.0
Injection Zone NameDescriptionAdditional Props

shipping_option_type.list.before

Added at the top of the shipping option types list page.

-

shipping_option_type.list.after

Added at the bottom of the shipping option types list page.

-

shipping_option_type.details.before

Added at the top of a shipping option type's details page.

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

{
  data, // AdminShippingOptionType object
}

shipping_option_type.details.after

Added at the bottom of a shipping option type's details page.

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

{
  data, // AdminShippingOptionType object
}

Shipping Profile Pages#

Injection Zone NameDescriptionAdditional Props

shipping_profile.list.before

Added at the top of the shipping profiles list page.

-

shipping_profile.list.after

Added at the bottom of the shipping profiles list page.

-

shipping_profile.details.before

Added at the top of a shipping profile's details page.

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

{
  data, // AdminShippingProfile object
}

shipping_profile.details.after

Added at the bottom of a shipping profile's details page.

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

{
  data, // AdminShippingProfile object
}
Was this page helpful?
Ask Bloom
For assistance in your development, use Claude Code Plugins or Medusa MCP server in Cursor, VSCode, etc...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