timotheus / ebaysdk-python

eBay API SDK for Python
https://developer.ebay.com/tools/sdks
Other
809 stars 326 forks source link

Which API could set tracking info for orders? #309

Open northtree opened 4 years ago

northtree commented 4 years ago

I wonder if this library supports eBay Merchant Data API. I want to set tracking info for my order, how could I execute SetShipmentTrackingInfo API. https://developer.ebay.com/DevZone/merchant-data/CallRef/SetShipmentTrackingInfo.html

bushjt987 commented 4 years ago

Use CompleteSale under the Trading API. All you need to send it is an OrderLineItemID, a label number, and a carrier name. It should work with an OrderID but I had some issues; might have been ebay's end though.