My code uses the finding, shopping and trading APIs and for some reason starting today, it keep giving me 0 results for anything I search for using my api calls.
It seems the problem is with the Finding API itself, as the response object doesn't seem to be returning anything. It gives me the following error:
API response error while requesting page 1: 'ResponseDataObject' object has no attribute 'paginationOutput'
This occurs when I try to find the total number of pages returned using the paginationOutput.totalPages and assigning it to a variable called total_pages.I had it working all last week but suddenly, without any change to the code, this has happened.
Any advice would be much appreciated!
Thank you,
Sindhu