timotheus / ebaysdk-python

eBay API SDK for Python
https://developer.ebay.com/tools/sdks
Other
808 stars 326 forks source link

listingType broken #364

Open GoldDust69 opened 3 years ago

GoldDust69 commented 3 years ago

Unfortunately I believe this has been an issue for a while, however, I'll leave the info here from my experience:

 api.execute('findItemsAdvanced', {
            'keywords': 'example',
            'itemFilter': [
                {'name': 'listingType',
                 'value': 'FixedPrice'},
                {'name': 'LocatedIn',
                 'value': 'GB'}
            ],
            'sortOrder': 'PricePlusShippingLowest'
        })
dictstr = api.response.dict()

This returns auction listings too and i've been unable to find a fix.