-
|
My Python code routine looks to me like it conforms to the ebay API doco. But when run it is returning a 404 error. def get_bank_transactions(access_token, Start_Date, End_Date): |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hey @Clarry100 this is the eBay node API not the python one :) |
Beta Was this translation helpful? Give feedback.
-
|
Yes thanks. I found out that I had the wrong url. |
Beta Was this translation helpful? Give feedback.
-
|
I also solved the 500 errors. params = { |
Beta Was this translation helpful? Give feedback.
Hey @Clarry100 this is the eBay node API not the python one :)