简体   繁体   English

带有流星的Amazon Product API

[英]Amazon Product API with meteor

I would like to make requests for ItemSearch using Amazon Product Advertising API with meteor. 我想使用带流星的亚马逊产品广告API来请求ItemSearch。 http://s3.amazonaws.com/awsdocs/Associates/latest/prod-adv-api-dg.pdf https://images-na.ssl-images-amazon.com/images/G/01/webstore_t_d/API/WebstoreAPI_SearchProductUsersGuide.pdf http://s3.amazonaws.com/awsdocs/Associates/latest/prod-adv-api-dg.pdf https://images-na.ssl-images-amazon.com/images/G/01/webstore_t_d/API /WebstoreAPI_SearchProductUsersGuide.pdf

Essentially, I would like the users on my web application to search and select books that they have read which will then be displayed in their profile. 本质上,我希望Web应用程序上的用户搜索并选择他们已阅读的书,然后将其显示在个人资料中。 As the user types in the field, I would like the api to return a limited number of suggestions. 当用户在字段中输入内容时,我希望api返回有限数量的建议。 When one item is selected, I would like to store the title and author of the book and url of the books' advertisement page on amazons website. 选择一项后,我想将图书的标题作者以及图书广告页面的网址存储在亚马逊网站上。

I have been sourcing the documents and branching out from the following two links. 我一直在采购文件,并从以下两个链接中分支出来。 I am beginning to understand in an abstract way of how the error and data callbacks work. 我开始以抽象的方式了解错误和数据回调的工作方式。 Everything I am reading is abstract. 我正在阅读的所有内容都是抽象的。

I need to help in setting up the searchItem feature which falls under Amazon Product Advertising API . 我需要帮助设置属于Amazon Product Advertising API的searchItem功能。 I will limit the search index to the 'books' product category. 我将搜索索引限制为“书籍”产品类别。 According to amazon, I am effectively advertising for amazon in my use case so I joined their affiliates program https://affiliate-program.amazon.com/ But really, my use case intensions are for my users to list books they have read on their profile page. 根据Amazon的说法,我实际上是在用例中为亚马逊做广告,所以我加入了他们的会员计划https://affiliate-program.amazon.com/但实际上,我的用例意图是让我的用户列出他们阅读过的书他们的个人资料页面。 I need to capture 3 data points (title, author, and, url of the advertising page for the book on amazon.com). 我需要捕获3个数据点(amazon.com上该书的广告页面的标题,作者和URL)。

Has anybody attempted to use this API? 是否有人尝试使用此API? If so, please can you shed light on how you set up to make requests to the API in meteor. 如果是这样,请您说明一下如何设置以向流星中的API发出请求。

The Amazon Product Advertising API does not fall under Amazon Web Services , but instead, Amazon Associates . Amazon Product Advertising API不属于Amazon Web Services ,而是属于Amazon Associates

The AWS SDK does not support non-AWS services (including other Amazon services), and likely never will. AWS开发工具包不支持非AWS服务(包括其他Amazon服务),并且可能永远不会。 You'll need to find an entirely different package for hitting the Amazon Product Advertising API. 您需要找到完全不同的软件包才能使用Amazon Product Advertising API。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Amazon Product API进行Angular CORS - Angular CORS with Amazon Product API 在PHP中使用Amazon Product API中的itemlookup - Using itemlookup in Amazon Product API with php 亚马逊的产品广告API返回错误的分页/结果值 - Amazon's Product Advertising API is returning wrong pagination/results values 可以从Javascript(Chrome扩展程序)访问Amazon Product API吗? - Can the Amazon Product API be accessed from Javascript (Chrome Extension) 有没有什么好的亚马逊 api,我可以用来从产品名称中获取产品详细信息? - is there any good WORKING amazon api, that i can use to get a product details from the name of the product? 无法在Node中形成Amazon Product Advertising API的CartCreate Items对象 - Trouble forming Amazon Product Advertising API's CartCreate Items object in Node 连接到Amazon Product Advertising API时出现“ Access-Control-Allow-Origin”错误 - “Access-Control-Allow-Origin” error when connecting to Amazon Product Advertising API 在 Javascript 中检索亚马逊产品信息 - Retrieve Amazon Product Information in Javascript 通过 ASIN 获取亚马逊产品图片 - Fetching Amazon Product Image by ASIN 流星亚马逊原生广告无法执行写入 - Meteor amazon native ads failed to execute write
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM