I've been searching around trying to find a variable for the product special price.
I'm adding optional financing to my products and I need to feed the script with the price.

Here is part of the code:
<div class="CIT-widget cit-widget-inline-button" cit-data-type="outlined"
cit-data-amount="5000">

It's the 5000 that needs to be replaced with a variable string for my sales special price. Ideal would be a function that inserts what ever price is the lowest (base, special or salemaker price).

Does anyone know the name of the variable for the special price?

Thanks!