How can I display correct manual pricing in the checkout using SDK?

Have an issue here, maybe you can point me into the right direction.

All products have manual pricing set for each region.

Product 1:

  • 100$ for US

  • 150E for EU

Product price is retrieved using graphQL for DE, price is 150E which is correct.

If product is added to the cart(using js buy sdk), the price, in the cart, is 110E or whatever the conversion is.

Since I can’t properly get the users address and send it, when initializing the checkout, how could I get the manual price of 150E to show in the checkout, and not 110?