You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a reliable way to get the quantity sold for any valid ebay item. I used your library and specifically the getItem call. It worked except I noticed it was missing Item.SellingStatus.QuantitySold in the responses. How can I use ebay-node-api to get this value?
I was thinking maybe the call is not passing in DetailLevel and that's the reason it's not in the response. Could this be the case and if so, is there a way to pass in the DetailLevel parameter as "ReturnAll"
Expected Behavior
Need to get Item.SellingStatus.QuantitySold
Actual Behavior
Missing this key in the response.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
I need a reliable way to get the quantity sold for any valid ebay item. I used your library and specifically the getItem call. It worked except I noticed it was missing Item.SellingStatus.QuantitySold in the responses. How can I use ebay-node-api to get this value?
I was thinking maybe the call is not passing in DetailLevel and that's the reason it's not in the response. Could this be the case and if so, is there a way to pass in the DetailLevel parameter as "ReturnAll"
Expected Behavior
Need to get Item.SellingStatus.QuantitySold
Actual Behavior
Missing this key in the response.
The text was updated successfully, but these errors were encountered: