Amazon Associates Web Service

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第33行: 第33行:
 
*[[AmazonLib]]
 
*[[AmazonLib]]
 
==Links==
 
==Links==
 +
*http://www.amazon.com/gp/browse.html/ref=sc_fe_l_2/103-1644811-9832630?%5Fencoding=UTF8&node=12738641&no=3435361
 +
*WSDL: http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl
 +
*Service Endpoint: http://webservices.amazon.com/ 
 
*http://www.programmableweb.com/api/amazon-ecommerce
 
*http://www.programmableweb.com/api/amazon-ecommerce

2008年4月28日 (一) 09:07的版本

ECS 等同于 Amazon 的产品数据库,允许开发人员提取由 Amazon(或者使用 Amazon 站点作为他们的在线商店的第三方卖方)售出的任何一项产品的详细信息。开发人员甚至可以使用 ECS 来构建电子购物车并将这些购物车中的物品传递给 Amazon.com 网站以进行付款。

ECS 4.0 从以下六个 Amazon 站点公开产品数据库的信息:

Amazon.com(美国) 
Amazon.de(德国) 
Amazon.ca(加拿大) 
Amazon.fr(法国) 
Amazon.co.uk(英国) 
Amazon.co.jp(日本)

latest ECS WSDL, by locale: Locale URL

更多服务: http://developer.amazonwebservices.com/connect/

PHP

Using Your REST Queries with PHP

http://ecs.amazonaws.com/onca/xml?Service=AWSECommerceService

<?php
$request = 'http://ecs.amazonaws.com/onca/xml?Service=AWSECommerceService&AWSAccessKeyId=[YourKeyHere]&Operation=ItemSearch&SearchIndex=DVD&Actor=Brad%20Pitt';
$response = file_get_contents($request);
echo htmlspecialchars($response, ENT_QUOTES);
?>

http://developer.amazonwebservices.com/connect/entry.jspa?externalID=636&ref=featured

Projects

Links

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱