use python program to bulk list item via eBay API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2025 11:22 PM
Hello everyone, has anyone used python program to bulk list items via eBay API? I have been running into some error messages while trying.
Here is the error message:
Status Code: 404
Response: {'errors': [{'errorId': 2002, 'domain': 'ACCESS', 'category': 'REQUEST', 'message': 'Resource not found', 'longMessage': 'A resource (URI) associated with the request could not be resolved.', 'parameters': [{'name': 'reason', 'value': 'HTTP 404 Not Found'}]}]}
use python program to bulk list item via eBay API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 08:12 PM
@fewrit wrote:Hello everyone, has anyone used python program to bulk list items via eBay API? I have been running into some error messages while trying.
Here is the error message:
Status Code: 404
Response: {'errors': [{'errorId': 2002, 'domain': 'ACCESS', 'category': 'REQUEST', 'message': 'Resource not found', 'longMessage': 'A resource (URI) associated with the request could not be resolved.', 'parameters': [{'name': 'reason', 'value': 'HTTP 404 Not Found'}]}]}
Hello @fewrit,
The 404 "Resource not found" error suggests the URL you're using is incorrect or the endpoint has changed.
Make sure:
The eBay API endpoint URL is accurate.
You're using the correct API version.
Double-checking for any typos in the URL or payload.
Stay persistent, errors happen to the best of us! Anything else I might be able to assist you with?
Best Regards,
Soyehi Henry
