So I have a Web Api that generates fields for each product and returns the price based on quantity, shipping, colors, and so on. I want to call this Web Api from a magento module and display the response on each product page. Anyone know how to go about doing this? Is there a better way of doing this?