Am developing sample barcode scanner app. I using ZBar API to scan the barcode from the product. It is working very fine. Now, looking to get the product of the scanned barcode. I want to get the below details of the product from the api,
Product Name
Product Price
Selling fees (eBay or Amazon fees)
Shipping costs
Shipping dimensions
Shipping weights
I am searched and continuing to get the exact result for the question in google. But, not yet get it right now. Can anyone please suggest your ideas on this? Can you please suggest Amazon API to get product details by using the barcode? Thanks in advance.
EDITED:
I have tried this API to get the details of the product, http://searchupc.com/
API. It returns only the Product name, price, product url, currency, storename. But, i want to show above (In question) details to the user. Please help me to find the exact API for the product details.