Amazon Product API and Rails

前端 未结 2 978
时光说笑
时光说笑 2021-02-04 15:21

Just wanted some advice on using the Amazon API to run a check against their database to return a product. For example say a DVD was added, I want a link to be returned linking

相关标签:
2条回答
  • 2021-02-04 15:54

    I've tried ruby-aaws and amazon-ecs. They're both about as good as each other. Sadly, the API itself is pretty uneven and Amazon don't seem to like it much; they recently removed the product review details from it.

    0 讨论(0)
  • 2021-02-04 15:59

    If you need product details from the Amazon Product Advertising API, try Vacuum.

    If you simply need to construct a link back to Amazon, append the ten-digit ASIN of the product to:

    http://www.amazon.com/dp/[ASIN goes here]
    
    0 讨论(0)
提交回复
热议问题