Hello @lubos , @Ealfardan & @Tut
Is There any method By Which Exchange Rates Can be Automatically Updated Daily or After Every Hour ?
Hello @lubos , @Ealfardan & @Tut
Is There any method By Which Exchange Rates Can be Automatically Updated Daily or After Every Hour ?
That’s one of the original use cases for extensions. So it’s possible.
Yes, you need to call the exchange rate provider’s API, make necessary transformation to the data format, and post the response to Manager’s API – all using JavaScript.
The only catch is that your script needs to be self contained.