vote up 1 vote down star

I skimmed through their documentation and found it a bit overwhelming at first. I know you can search for items by entering a UPC (the number below a 1D barcode), but I couldn't find a word about it in the API.

What I want to do is perform a product lookup by doing a UPC search after scanning a barcode.

flag

53% accept rate

1 Answer

vote up 2 vote down check

Here is a page from the e-commerce service docs which shows how you can use the ItemLookup method to find a specific product by UPC.

Note that default IdType for the ItemLookup is ASIN, but you can change it to something else like UPC if you need to

link|flag
perfect, thanks! On a side note... it's interesting to see how even Amazon still don't understand what RESTful service APIs are. I stumbled upon this: Using ItemLookup (REST) The following ItemLookup example demonstrates a request for item information for an ASIN. webservices.amazon.com/onca/… &SubscriptionId=[ID] &Operation=ItemLookup &ItemId=[An ASIN] that URL violates every principle behind a RESTful interface design... but well, as long as it does the job, who am I to complain :) – Matthias Aug 4 at 13:49
oh my, stackoverflow doesn't like formatting, sorry. – Matthias Aug 4 at 13:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.