t3chnoboy/amazon-product-api

Is there anyway to query the UK amazon site?

Closed this issue · 5 comments

I'm making a service which will take eBooks from amazon and post them to facebook, which needs to be accessing the UK version of amazon. It appears that there is no way to use UK browseNodes. When I try and use one, it returns:
[ { Error: [ [Object] ] } ].
I've tried changing the webservices.amazon.com to webservices.amazon.co.uk, but no luck.

Plz help.
Cat Gif

Hi @ollybritton
Take a look at this issue #32

@ollybritton can you set env variables and run the tests locally?
there's a test for uk domain https://github.com/t3chnoboy/amazon-product-api/blob/master/test/test.coffee#L105-Lundefined
I can't test at this moment because of the problems with my aws account and CI fails because of the same reason.

@t3chnoboy should we add a section in the README.md on how to use custom domain?

@t3chnoboy @masterT Why don't you create a wiki which describes in more detail how to use the package. It would be useful for n00b1es, like me.

All the information to use the module is specified in the README.md. There is also a section about how to use a specific endpoint (domain).