The ebay trading api is not giving the tracking number in response for an item sold 开发者_开发技巧on ebay sandbox. The item has a tracking number on ebay sandbox.
You can also use the getorders API with eBay. Will require user token for that account and then use ShippingDetails response.
http://developer.ebay.com/devzone/xml/docs/reference/ebay/GetOrders.html
You need to use: ShipmentTrackingDetailsType in Trading API
And the operations which have this available are: CompleteSale, GetItemTransactions, GetOrders, GetOrderTransactions, GetSellerTransactions, GetSellingManagerSaleRecord (documented on the same page)
精彩评论