How do I fetch product details from a checkout ui extension?

Hi @aej11a ,
I know some time has passed by, but since I did the same thing as you (added an api endpoint in my app’s backend), didn’t you get any CORS issues?
I just can’t get my endpoint to work. Tried to set up proper headers on the express server both manually and by using the ‘cors’ npm package.