cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Bug Filter priceCurrency

Hi

There is bug of inconsistency sometimes the priceCurrency works and other times it does't.

https://developer.ebay.com/api-docs/buy/browse/resources/item_summary/methods/search

 

https://api.ebay.com/buy/browse/v1/item_summary/search?q=drone&limit=5,priceCurrency:USD

 

Im following this https://developer.ebay.com/api-docs/static/rest-request-components.html#parameters

 

sometimes I get something like this:

'price': {
'value': '23.43',
'currency': 'GBP',
'convertedFromValue': '30.27',
'convertedFromCurrency': 'USD'
},

 

other times

'price': {
'value': '30.27',
'currency': 'USD'
},

Message 1 of 1
latest reply
0 REPLIES 0