Due to the upcoming deprecation of various Trading API calls, in particular GetSellingManagerSoldListings, I am changing to use the fulfillment API to generate the list of orders, names & addresses and items to be shipped. I have 2 questions:
1. The Trading API GetOrders returns the eVTN (virtual tracking number 7 character code) in the address. However this doesn't seem to be in the address from Fulfillment getOrders. How can I get the eVTN in the Fulfillment API?
2. There appears to be no filter in Fulfillment getOrders which is the equivalent of "paid not shipped". The closest is {NOT_STARTED|IN_PROGRESS} but this also returns cancelled orders, which I don't want. Is there a better way than getting all the orders and having to manually reject cancelled ones?
Thank you