GetShippingCosts
Posted on July 14th, 2007 in Applications
GetShippingCosts retrieves shipping cost information for a single item on eBay. A simple form based application can be viewed in the AuctionFeed PHP Toolkit demo: http://toolkit.auctionfeed.co.uk/index.php/shippingcosts.
Key points to note:
- ItemID number must be known
URL Based Queries
Results can also be generated via URL using the following syntax:
index.php/shippingcosts/index/[ItemID]
Optional fields can be set in the configuration file.
Integration
GetShippingCosts is typically used after a call to the FindItems application. If shipping information is available, a link to the GetShippingCosts application is generated.
Published by admin
