1.0.0 • Published 9 months ago
medusa-fulfillment-sendcloud v1.0.0
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,
},
}
1.0.0
9 months ago