Medusa plugins
P
Pricefx
Medusa Currency Converter Plugin
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
Configure
// medusa-config.jsplugins: [{resolve: "medusa-plugin-imagekit",options: {platform: {'frankfurter'|'currency-layer':'exchange-rate'},access_token: '', // may needttl:0, // The default value is 3600, 0 means no cache},}]