constructor-igor / TechSugar

Tech. Sugar seminars
7 stars 7 forks source link

Amazon API sample #1

Closed constructor-igor closed 8 years ago

constructor-igor commented 9 years ago

image

constructor-igor commented 9 years ago

http://www.codeproject.com/Articles/37618/Hello-Amazon-Making-a-first-request-to-the-Amazon http://docs.aws.amazon.com/AWSSdkDocsNET/latest/V3/DeveloperGuide/aws-sdk-net-dg.pdf http://docs.aws.amazon.com/sdkfornet/v3/apidocs/Index.html

constructor-igor commented 8 years ago

http://stackoverflow.com/questions/19765959/amazon-product-advertising-api-c-sharp-sample

constructor-igor commented 8 years ago

Amazon ECS(Ecommerce Services) API. http://aws.amazon.com/code/Product-Advertising-API/3941

constructor-igor commented 8 years ago

Universal Product Code (UPC) is a 12-digit bar code used extensively for retail packaging in United States. The International Standard Book Number (ISBN) is a unique commercial book identifier barcode. Each ISBN code identifies uniquely a book. ISBN have either 10 or 13 digits.

www.amazon.com/gp/seller/asin-upc-isbn-info.html

Amazon Standard Identification Numbers (ASINs) are unique blocks of 10 letters and/or numbers that identify items. You can find the ASIN on the item's product information page at Amazon.com. For books, the ASIN is the same as the ISBN number, but for all other products a new ASIN is created when the item is uploaded to our catalogue. You will find an item's ASIN on the product detail page alongside further details relating to the item, which may include information such as size, number of pages (if it's a book) or number of discs (if it's a CD).

http://www.amazon.com/gp/seller/asin-upc-isbn-info.html

constructor-igor commented 8 years ago

implemented (copy&paste) sample, which can search items by description and return short information about found items.