I am using the Fulfilment API to import orders into my system but also have to make a call to the Finances API for each order to get the exact exchange rate used by eBay. I know the rate can be roughly calculated from the getOrders call using the convertedFromValue fields but as these values are to 2 decimals the calculation does not result in the same conversion rate provided via the Finances API and I need this is be exact.
Aside from saving an extra API call for one field, this will avoid the need to implement the new Digital Signature requirements that will be needed from January with all calls to the Finances API. I have started implementing this, but the Signature header has me stumped at the moment so looking for an easier solution and it seems just adding this one field would save a lot of hassle for myself and probably others in a similar situation.