benbuckman / nodejs-ebay-api

[No longer maintained] eBay API Client for Node.js
MIT License
155 stars 104 forks source link

FinalValueFee won't appear in the result #41

Closed boboci9 closed 7 years ago

boboci9 commented 7 years ago

Hi,

In the Trading API GetOrders call there is an input parameter: IncludeFinalValueFee if you send this with true value the FinalValueFee should be in the response according to the eBay API documentation and the ebay scratchpad call but I don't seem to find it in our response the FinalValueFee parameter that should be there. Do you know what could be the issue?

Thank you for your help in advance.

boboci9 commented 7 years ago

I will close this issue the FinalValueFee is missing only with the sandbox environment.