Webshipper
Handle order fulfillments using Webshipper.
Features
- Webshipper can be used as a shipping option during checkouts and for handling order fulfillment.
- Sync order details and updates with Webshipper.
- Support for Webshipper webhooks.
Prerequisites
How to Install
1. Run the following command in the directory of the Medusa backend:
2. Set the following environment variables in
:Copy to clipboard.env
3. In
add the following at the end of theCopy to clipboardmedusa-config.js
array:Copy to clipboardplugins
Test the Plugin
1. Run the following command in the directory of the Medusa backend to run the backend:
2. Enable the fulfillment provider in the admin. You can refer to this User Guide to learn how to do that. Alternatively, you can use the Admin APIs.
3. Place an order using a storefront or the Store APIs. You should be able to use the manual fulfillment provider during checkout.
Additional Details
Personal Customs Numbers
In countries like South Korea, a personal customs number is required to clear customs. The Webshipper fulfillment plugin is able pass this information to Webshipper given that the number is stored in
.Copy to clipboardorder.shipping_address.metadata.personal_customs_no
Modifications in Checkout Flow
To pass the information along you should dynamically show an input field to the customer when they are shopping from a region that requires a personal customs number, and make sure that the metadata field is set when updating the cart shipping address.

Build your own plugins
Develop your own plugins with our API to speed up your processes.
Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.
.png)