1.0.0 • Published 3 months ago

medusa-fulfillment-sendcloud v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Install

Please install the plugin through these commands in your terminal and in the project directory.|

yarn add medusa-latest-sendcloud
yarn build

Prepare

In the medusa.config.js file in backend, you have to include the following in the plugins array

{
resolve: `medusa-latest-sendcloud`,
options: {
token:
"<API_KEY_FOR_SENDCLOUD>",
enableUI: true,
},
}