amazon-product-api
amazon-product-api copied to clipboard
"Condition: 'All'" should not be a default option.
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 I created an issue https://github.com/t3chnoboy/amazon-product-api/issues/63 to discuss this change.