11-11-2024 09:50 AM
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'
},