Added OAuth 2.0 authorization to Shopping API - #369
Conversation
paddisaap
commented
May 12, 2022
Can someone explain me where an how I have to implement this token? |
xjxckk
commented
May 12, 2022
You can install my fork, it will get the token for you. If you want to do it yourself, you can read the discussion here: #347 |
Thanks for the reply. I added your changes to the scripts but now i'm getting this: Any ideas how I can fix this? |
xjxckk
commented
May 13, 2022
I updated the imports to include requests for POST. This is my YAML file: |
dannyo1987
commented
Aug 26, 2022
@timotheus Do you think you could have a look at this? Just ran into this issue. |
springfielddatarecovery
commented
Sep 5, 2022
Would also like to see this feature implemented |
atmosse
commented
Jan 12, 2023
xjxckk
commented
Jan 12, 2023
Looks like theres some kind of other error occuring, best to go into the source and add prints to see whats going on in your system. I haven't looked at the code for a while. |
dannyo1987
commented
Jan 13, 2023
@xjxckk's fork has a nice solution, but a couple minor bugs. I got a similar error and made a couple minor changes to the code he provided to get it working. Might try my fork. |
jswanson
commented
Feb 8, 2023
Any hope for this fix? Seems like a straight forward approach to solve a problem many people are dealing with. |
pbreezy20
commented
Feb 20, 2023
@dannyo1987 - can you provide a quick guide on how to use your fork? For example, I am looking to use the GetShippingCost function. |
dannyo1987
commented
Mar 1, 2023
You don't have to do anything other than install the fork as a dependency and set up your configuration with your app_id and cert_id |
Someone at Ebay should really merge this @timotheus. This api is not that useful without this PR merged. And it's a really nice api, would hate to see it lose its utility! |
hey! i'm running into a similar issue - i'm able to generate my Oauth token successfully using the fork above + modifications, but when i make the request i get hit with a similar error. what did you do to resolve? pasting my approach below: error: |
martende
commented
Apr 18, 2023
I have the also issue with this branch : |

Added OAuth 2.0 authorization to Shopping API.
Relevant issue: #347