cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

use python program to bulk list item via eBay API

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'}]}]}

Message 1 of 2
latest reply
1 REPLY 1

use python program to bulk list item via eBay API


@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

Message 2 of 2
latest reply