how to fetch order data using local python program via eBay API (Resolved)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 09:00 AM - edited 12-31-2024 08:12 PM
Not sure how to delete this post. I have figured out the issue.
Hello everyone, I am trying to fetch order data via eBay API using a python program from my local laptop. Here are the python codes below. I tried google, chatGPT, YouTube and nothing came up that can help me identify the issue. Could someone point me to the right direction? Thank you so much!
Error messages:
"Failed to fetch orders: 500 - {
"errors": [
{
"errorId": 1004,
"domain": "OAuth",
"category": "REQUEST",
"message": "Internal error",
"longMessage": "Error processing the access token."
}
]
}"
how to fetch order data using local python program via eBay API (Resolved)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 08:13 PM
Issue has been fixed.
