I’m sorry if this is not the correct forum, there are a few for wix and it’s hard to tell which one to use.
I am new to creating websites with wix and I’m wondering whether a specific functionality is possible to achieve. I would like to open an online shop with multiple items. Each item has a dynamically changing price that changes multiple times a day. The way I retrieve a price of an item is by using a python script that accesses the most current value and returns it as well as stores it in a variable to perform calculations (adding tax and so on).
Is it possible using wix, to display a price of an item directly from a variable that updates itself constantly?
Thank you.