Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 233
Awais Qarni Avatar asked Jan 16 '12 13:01

Awais Qarni


1 Answers

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

like image 148
Jonathan Spooner Avatar answered Sep 21 '22 06:09

Jonathan Spooner