ebusinessdirect / mws-simple

nodejs Amazon MWS API in 100 lines of code
MIT License
8 stars 11 forks source link

GetLowestPricedOffersForASIN request (and possibly others) does not work #7

Closed ericblade closed 9 months ago

ericblade commented 6 years ago

Per the thread: https://stackoverflow.com/questions/36293752/getlowestpricedoffersforsku-failed-processing-arguments

When called from mws-simple, the GetLowestPricedOffersForSku returns an error 400, with a JBoss error message. This is clearly incorrect handling on Amazon's side, but it has apparently been that way for a few years, with no change to it, so I think it's appropriate to change API to accommodate.

ericblade commented 6 years ago

fwiw, i've fixed this in my fork, in two commits (since i discovered the initial fix wasn't perfect after i went and tested the lib with my advanced lib)

https://github.com/ericblade/mws-simple/commit/560bdde6901a22e4e41b4883bc52b10479533ec0 and https://github.com/ericblade/mws-simple/commit/5d15ba81d4e84b62fad15e0fd47636625ca303fb

ericblade commented 9 months ago

mws is dead now, closing