-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Token giving access to ebay store question #66
Comments
The response is from eBay without any errors...
Maybe you are looking for a different API? You can also try:
|
also returns nothing it must be to do with linking my ebay developer account with my production keys to the ebay store. I thought getting the ebay store account user to authorize the token would be enough. But maybe there's something else that needs doing? |
Hm double check if you really use production keys and use sandbox: false everywhere. It must work since we also use the getorders call heavily |
I had the seller log in and authorize in front of me and it's working! I think it must have been a problem with the log in, maybe when logging in they were also logged in already to another eBay account, so it didn't authorize with the correct account...who knows Thanks again!! |
Hey...I'm sorry to come back with another question.
With my GetNotificationPreferences, and SetNotificationPreferences and getOrders working in sandbox. I've added some production keys.
I've then got the owner of the ebay store account to log in and authorize a token and stored the token locally. And I can use that token to get notification preferences and orders, getting success API responses.
However, it's not bringing back ANY orders, and I'm not getting any notifications even though they have been set by the API. I can even use the API Explorer in eBay to check with the token: -
What am I missing? Why can't I get orders from the ebay store.
I'm using the sandbox = false; and the production cert, app ids etc...
The text was updated successfully, but these errors were encountered: