I am using the PHP Soap Library to connect to Amazon and retrieve product cover art from ASINs. That much I’ve accomplished, but according to the Agreement (at least as far as I can tell; IANAL), any info I get from the API must be linked to its respective Product Detail Page on the Amazon retail site. I’ve browsed through the docs, but for the life of me I can not figure out what method, etc. I need to use, short of constructing the URL manually (which is potentially unstable). Any insight?
Share
Figured it out. This is the code I ended up using: