phoet / asin

:books: :package: Amazon Simple INterface - Support for ItemLookup, SimilarityLookup, Search, BrowseNode and Cart Operations
http://asin.herokuapp.com/
167 stars 59 forks source link

Asin #6

Closed Nopik closed 13 years ago

Nopik commented 13 years ago

Hello,

I've made some additions to your asin library, namely to support node browsing (BrowseNodeLookup operation) as well as affiliate / version parameters in requests. You might be interested in pulling those.

There are no tests or much documentation about this yet, though ;(

Best regards, Kamil

phoet commented 13 years ago

hi kamil,

i will have a look at how this might fit into asin.

i won't include it without tests and docs though, so please add at least minimal code coverage.

kind regards, peter

phoet commented 13 years ago

is amazon deprecating the e-commerce api? i was just looking at the docs and they are missing: http://docs.amazonwebservices.com/AWSEcommerceService/4-0/

instead there is the fullfillment api fws (http://docs.amazonwebservices.com/fws/latest/APIReference/) any idea what is going on there?

phoet commented 13 years ago

i found it as product advertisement api, but it is not listed as a aws service, strange... (http://docs.amazonwebservices.com/AWSECommerceService/2010-11-01/DG/)

Nopik commented 13 years ago

Yeah, the links which you had were not working for some time. Indeed, the product advertisement api is the way to go, although it is not a part of AWS, for some reason.. No idea why they changed it. I started to use this api like 2 months ago, so for me the product advertisement is everything I know ;)

phoet commented 13 years ago

i added spec and docs in a new branch https://github.com/phoet/asin/tree/Nopik-develop

if you are interested, i will push a new version tomorrow

Nopik commented 13 years ago

Thanks, I'll migrate to your version.