amazon-product-api icon indicating copy to clipboard operation
amazon-product-api copied to clipboard

"Condition: 'All'" should not be a default option.

Open oldstreams opened this issue 9 years ago • 1 comments

if Condition is all, then item.Offers[0].Price will be a lowest price. if Condition is not set, item.Offers[0].Price will be amazon main price. Developer can get lowest price in OfferSummary. Condition is not required option, I think the implements of scratchpad is right. (ref: http://webservices.amazon.com/scratchpad/index.html )

oldstreams avatar Sep 25 '16 09:09 oldstreams

@oldstreams I created an issue https://github.com/t3chnoboy/amazon-product-api/issues/63 to discuss this change.

masterT avatar Sep 26 '16 17:09 masterT