Results 146 issues of Eric Blade

I would sort of expect that they would probably both hit, saving the error data to the file. There's some inconsistency here, particularly when dealing with parseEndpoint vs callEndpoint --...

bug
enhancement

We should be able to use the example outputs from the MWS documentation to put together a library of data to test many things without going live. We can also...

testing

I am presently using GetCompetitivePricingForASIN without a wrapper :-S

enhancement

I have a note in some of my code that uses it, that the library should be fixed to always return an array at the top level of it's return....

bug
research

Right now, it just spits errors somewhere deep in the code, where it shouldn't even get to, if you haven't supplied keys to the lib.

enhancement
good first issue

Sometimes, getMatchingProductForId returns itemDimensions in extremely long floats-as-strings. ~~It's unclear if this is coming from Amazon directly, or if it's something that is occurring as the data gets handed between...

amazon-bug

With Feed support now functioning at the most basic level, this leaves a lot of possibilities for dynamic feed generation. What I'm toying with right now, is creating a class...

enhancement
discussion

So, in hindsight, while I needed the functionality of the cache system that was implemented, implementing it in the way that I did was pretty dumb. So, this is a...

GetMyFeesEstimate is expecting a list of keys that would look a bit in code like: ```` // FeesEstimateRequestList.FeesEstimateRequest.1= // { // IdType: 'ASIN', // type: 'MarketplaceType', values: ['ASIN', 'SellerSKU'], //...

We should add a parameter to all the base functions that also have *ByNextToken versions, that will allow the MWS lib to go and gather up *ALL* of the data...

enhancement