开发者

How to get tracking number from ebay sandbox through ebay api?

开发者 https://www.devze.com 2023-03-18 02:07 出处:网络
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 w

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)

0

精彩评论

暂无评论...
验证码 换一张
取 消