전자상거래 ¶
http://webservices.amazon.com/AWSECommerceService/2006-02-15/AWSECommerceService.wsdl
Amazon E-Commerce Service API(http://developer.amazonwebservices.com/connect/entry.jspa?externalID=101&categoryID=19)
base
URLs :
http://webservices.amazon.com/onca/xml?Service=AWSECommerceService
{{|
http://webservices.amazon.com/onca/xml?Service=AWSECommerceService
&
AWSAccessKeyId=
Your Access Key ID Here
&Operation=
ItemSearch &
SearchIndex=
SportingGoods
&Manufacturer=Callaway
|}}
&
SearchIndex=Books 고정
an Amazon Standard Item Number (ASIN)
API Reference - Search Index Values
API Reference - Response Groups - Request, Small, Medium, Large, Image, ...
This section explains how to use REST (Representational State Transfer) to make requests through Amazon E-Commerce Service (ECS). REST is a Web services protocol that was created by Roy Fielding in his Ph.D. thesis (see Architectural Styles and the Design of Network-based Software Architectures for more details about REST).
REST allows you to make calls to ECS by passing parameter keys and values in a URL (Uniform Resource Locator). ECS returns its response in XML (Extensible Markup Language) format. You can experiment with ECS requests and responses using nothing more than a Web browser that is capable of displaying XML documents. Simply enter the REST URL into the browser's address bar, and the browser displays the raw XML response.
SearchIndex : Books, Toys, DVD, Music,
VideoGames, Software or any other of Amazon's stores
1. Search Type, 관련 parameter 입력.
2. 전송