I'm listing a specific Amazon product for sale on a site. It's for sale from different Amazon locales, and I would like to list the correct price for these items on my site.
I basically want to input the ASIN/ISBN number and get the price back.
So the input would be $isan = "0123456789"
And the output would be something like
Buy from Amazon UK: £15
and
Buy from Amazon US: $30
How can I do this? The API documentation is confusing.