medusa-plugin-pricefx
v0.0.5
Published
Medusa Currency Converter Plugin
Maintainers
Readme
Medusa-Plugin-PriceFX
The medusa-plugin-pricefx is an exchange rate conversion tool that integrates with services such as Frankfurter, Exchangerate API, and CurrencyLayer. The specific service used can be configured based on user preferences.
⚠️ Warn
| Requires Medusa v2.7.0 or later.
List
| platform | Free Limit | update time | | ---------------- | --------------- | ----------- | | Frankfurter | no limits | day | | Exchangerate API | 1500 reqs/month | day | | CurrencyLayer | 100 reqs/mo | real-time |
Installaction
npm i medusa-plugin-pricefxConfigure
// medusa-config.js
plugins: [
{
resolve: "medusa-plugin-imagekit",
options: {
platform: {'frankfurter'|'currency-layer':'exchange-rate'},
access_token: '', // may need
ttl:0, // The default value is 3600, 0 means no cache
},
}
]
