Amazon Product API and Rails

前端 未结 2 981
时光说笑
时光说笑 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: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]
    

提交回复
热议问题