Medusa plugins
P

Pricefx

Medusa Currency Converter Plugin

Need customizations for this plugin?

Get in touch
npm install medusa-plugin-pricefx
Category
other
Built by
summerfans
Type
unknown
Last updated
3 months ago
Monthly downloads
8
Github stars
1

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

platformFree Limitupdate time
Frankfurterno limitsday
Exchangerate API1500 reqs/monthday
CurrencyLayer100 reqs/moreal-time

Installaction

Configure

// 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
},
}
]