Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hey guys I am developing a site "Online Shopping with multilevel marketing". In this site a seller can sell their items to all over the world. Now what my query is :

1- How could I know what are the shipping charges for the various country on different items. Suppose I want to purchase a TV from US seller (weight - 3KG, xyz height,width) & I lived in France. Now Its shipping charge for this item is $45 (as per item category, its weight, dimension ). But when an Indian guy want to purchase same Item then the Shipping charge would be $57.

So I want to know from you guys is there any way to know the shipping charges for the various country. or if there any standard API for calculating this.

Actually I am confusing now how can i do it. If anybody have done this before kindly share to me.
Posted
Updated 12-Feb-13 19:39pm
v4

You will have to integrate the shipping APIs into the website. The shipping company will have diffrent charges for each country and can provide you the details by calling the APIs.

For .eg. http://www.ups.com/content/in/en/bussol/browse/online_tools_shipping.html[^]

http://www.fedex.com/in/ebusiness/webintegration.html[^]

http://www.programmableweb.com/apis/directory/1?apicat=shipping[^]
 
Share this answer
 
Comments
Mas11 13-Feb-13 1:41am    
Thanks for your answer.
C#
Hi Guys !  I have solved this. Really a wonderfull site for managing taxes rate worldwide. please click on below link :

http://www.dutycalculator.com/new-import-duty-and-tax-calculation/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900