Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
eBay also offers Premium Technical Support for more in-depth problem solving.
eBay also offers Premium Technical Support for more in-depth problem solving.
eBay also offers Premium Technical Support for more in-depth problem solving.
Hi, I'm trying to insert videos in the gallery of ads published in Italy. I'm developing an application but for now I receive the token but when I use it to create the video on ebay it replies that the token is not valid. So the first question is: ca...
I'm trying to integrate ebay to our internal order handling/fufillment software. I've successfully made and published an offer in sandbox using https://api.sandbox.ebay.com/sell/inventory/v1/offer/{offer_id}/publish However, as the sandbox web interf...
Hello,Is there any way to change my clientID? My name is currently mentioned in mt clientID and I don't want it to leak anywhere.Thank you.
raises 500{ "error": "server_error", "error_description": "server encountered an unexpected condition that prevented it from fulfilling the request"}
{ "error": "server_error", "error_description": "server encountered an unexpected condition that prevented it from fulfilling the request"} Seems like a repeat of Solved: Can't Refresh User Access Token using refresh_toke... - The eBay Community This...
I am Japanese and not good at English.I'm using a translation site, so I'm sorry if my grammar is incorrect. I am currently testing the authentication function in the Sandbox environment. The first time I obtained a User Access Token, it worked, but ...
I just signed up ebay dev account, and create a keyset but, it seems like I can not change the application name though. is there anyway I can update the application name? instead of request another keyset?
I have used API Explorer to test the API in Sandbox. I call few endpoints OK but for getDefaultCategoryTreeId (I used https://api.sandbox.ebay.com/commerce/taxonomy/v1/get_default_category_tree_id?marketplace_id=EBAY_US), the Response Body always is ...
When attempting to issue a token on the production server, the issuance fails with the message 'invalid_client.' Please verify the reason for the token issuance failure. 1. Request URL https://api.sandbox.ebay.com/identity/v1/oauth2/token 2. Request ...
Such as the theme, after I call createOrReplaceInventoryItemGroup API, return a 500 error code, the body content is as follows:{"errors": [{"errorId": 25001,"domain": "API_INVENTORY","subdomain": "Selling","category": "SYSTEM","message": "A system er...
Using the API Explorer to test https://api.sandbox.ebay.com/sell/account/v1/fulfillment_policy?marketplace_id=EBAY_AU with correct token (with correct scope mentioned on the documentation page), I was given code 403 and error: User is not eligible fo...
Whenever I tried to publish an offer in the Sandbox "EBAY_DE" using REST API, I got system error with meaningless message. Did someone know how to resolve such issue ?"errors": [ { "errorId": 25001, "domain": "API_INVENTORY", "subdomain": "Selling", ...
Hello,I am using Ebay's Sandbox Trading API to run "GetCategoryFeatures" but last week it stopped working (only in Sandbox), logging this error: { "GetCategoryFeaturesResponse": { "$": { "xmlns": "urnapis:eBLBaseComponents" }, "Timestamp": [ "2024-02...
I've logged into the sandbox environment as I want to see the inventory item i've just posted, but every link just gives me a timeout. MyEbay/Summary: pages.sandbox.ebay.co.uk took too long to respond.MyEbay/Selling: my.sandbox.ebay.co.uk took too lo...
As a commercial seller, we would like to use Python to download fulfillment information for analysis and reporting. Is it possible to add scopes to our Production Client Credential Grant Type? Please advise.Thank you!