How can I get correct shipping cost and tax on a list of amazon items?
I am looking for a method of correctly getting info (especially shipping and tax) given an input of an amazon wishlist (test case: http://amzn.com/w/2EHKBBH44AWPL)
Ideally, I'd like to get the exact tax/shipping charges that would be seen in the checkout screen
Info needed:
Item(s)
City/State of shipping address that wishlist is to be sent to.
Current method:
Parse the wishlist for ASIN/name/price/shipping address
User Amazon Affiliate API to obtain ASIN/name/price
Add items to cart and go to checkout to parse for tax/shipping
Challenges:
Amazon changes their markup to prevent parsing
Tax varies depending on city
Amazon Marketplace merchants do not have consistent tax/shipping charges
Other problems
I am using python but open to hearing any language or implementation method, regardless of elegance.
你应该去这个Amazon-API
:https://github.com/yoavaviram/python-amazon-simple-product-api
As far as I know, you can't get shipping cost, if it's primer eligible, nor taxes.
You could calculate the taxes based on the person State and product type, but the API doesn't give these details. Sadly, using a bot to check prices by yourself isn't allowed.
链接地址: http://www.djcxy.com/p/35892.html上一篇: 亚马逊外向MWS实现API:了解货件和包