medusa-storage-azure
v1.0.40
Published
A File Service for Medusa using Azure Blob Storage
Downloads
57
Readme
Canada Post Fulfillment
A file service that allows merchants to handle files in storefront.
Medusa Website | Medusa Repository
Features
- Provides a Azure Blob Storage file service that can be used during product creation in medusa.
Prerequisites
How to Install
1. Run the following command in the directory of the Medusa backend:
npm install medusa-file-service
2. In medusa-config.js
add the following at the end of the plugins
array:
const plugins = [
// ...
`medusa-file-service`
]
Test the Plugin
1. Run the following command in the directory of the Medusa backend to run the backend:
npm run start
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 Canada post fulfillment provider during checkout.