t3chnoboy / amazon-product-api

:credit_card: Amazon Product Advertising API client
365 stars 104 forks source link

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

Open oldstreams opened 7 years ago

oldstreams commented 7 years ago

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 )

masterT commented 7 years ago

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