Open northtree opened 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
SetShipmentTrackingInfo
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.
CompleteSale
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