5
votes

I am working with Amazon's Product Advertising API and getting all product's information. I am getting everything but having problem with getting the shipping info. I have not seen any variable in the XML returned by the API. Once again, I am saying that I am getting all other information. I have even checked the URLs in DetailPageURL variable in a browser but there is no shipping info. It means the searchindex kitchen may not have any shipping info.

Now I want to ask If Amazon's API returns the shipping info? If so, in what variable is it returned in so that I can put a check in my code?

2
Hello stackoverflow? Is there any one?Awais Qarni
You are working with the Product Advertising API? By shipping info you mean you want to know how much the shipping costs?Jonathan Spooner
@Jonathan Spooner yes dude you have understood right... I want to know the shipping costsAwais Qarni

2 Answers

6
votes

Amazon's shipping charges vary by locale and most probably change frequently. The Product Advertising API does not have this info.

You can find more info about Amazon's shipping charges here under the subheading Shipping Rates and Times

3
votes

Even though that data is not available through the Product Advertising API, you might have better luck using the Marketplace Web Service (you can use this visualizer to see what kind of data it returns)