When I using below python code to retrieve ActualShippingCost
request ={'ItemID': ItemID,'TransactionID':TransactionID}
Order=api.execute('GetSellingManagerSaleRecord',request).dict()['SellingManagerSoldOrder']
For order old than 12/06/2020, no "SellingManagerSoldOrder .ActualShippingCost" is returned.
For order later than 12/06/202, "SellingManagerSoldOrder .ActualShippingCost" is returned.
All shipping labels are printed via ebay, and can be found in the shipping label list on ebay.
Please kindly advice how to resolve above problem, and advice the best practice to retrive actual shipping label cost.
Thanks a lot!