How to get shipping info with Amazon's Product Advertising API
Asked Answered
B

2

5

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?

Beersheba answered 16/1, 2012 at 13:31 Comment(2)
You are working with the Product Advertising API? By shipping info you mean you want to know how much the shipping costs?Ganja
@Jonathan Spooner yes dude you have understood right... I want to know the shipping costsBeersheba
G
6

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

Ganja answered 17/1, 2012 at 9:32 Comment(0)
D
3

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)

Dispread answered 26/7, 2013 at 20:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.