Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
I was able to get "code" using client_id and redirect_uri successfully. But when I try to use this "code" while sending request to "authorization_code" endpoint I got error below. Error:{'error': 'invalid_grant', 'error_description': 'the provided au...
import requestsimport base64import urllib.parse# Replace with your actual credentialsclientID = ''clientSecret = ''authorization_code = ''redirect_uri = ''# eBay sandbox OAuth token endpointtoken_url = 'https://api.ebay.com/identity/v1/oauth2/token'#...
Every time I login to https://sandbox.ebay.com/ and try to navigate to selling area of the sandbox it redirect me to live ebay login page?
I finished the process of setting up an endpoint to receive deletion requests. eBay's site said that I successfully verified using that endpoint, everything is good... but I still can't get my keyset for production. Is there a further verification pr...
Hey, I'm trying to upload products catalog with products having multiple variants and I always get: "No SKUs in the group are available to publish." I'm not sure what I'm doing wrong, thus any suggestions? All of my products have "Variation Group ID"...
Now I can get access token by client credentials grant flow.Can I use this token for all Restful apis such as browser, inventory, offer api...?
I've developed a Shopify app that connects between Shopify and eBay. We export Shopify listings into eBay.In order for the Shopify app to be approved we need eBay to sign on Shopify's "End Recipient Data Acknowledgement Form". Who should I contact at...
Hi,Our file exchange token has expired. We use file exchange to bulk update prices and quantities (via CSV upload) for thousands of products. USing the advanced instructions "generate token" link redirect us to our account login page, which we enter ...
It happens only on sandbox. All the call returns is: 2024-05-28T09:52:00.212Z Success 1271 E1271_CORE_APISELLING_19187371_R1 The issue began on May 23 - the day before I was still able to list the offers...
Is this MIP Sandbox environment still available? Pretty much nothing works!FTP Setup trying to create a token fails, there's a 500 Internal Server ErrorChannel Management I was able to start EBAY_US but creating any of the policies warehouse failsDes...
<===================== Below is input used by me ==================>apis:eBLBaseComponents">en_USHighUser <================ Below is output in sandbox =========================> 2024-06-17 13:27:26FailureInternal error to the application.Internal e...
Does ebay seller sandbox with accesstoken provide any ID or merchant ID for store the access token or refresh token using auth token API through or any other API reference for Id with accesstoken or authorization code
https://developer.ebay.com/my/api_test_tool?index=0&api=account&call=fulfillment_policy__GET&variation=json&env=sandboxIn the sandbox, when I try to do the getFulfillmentPolicies api (https://api.sandbox.ebay.com/sell/account/v1/fulfillment_policy?ma...
Hello, I am here for the first time and I am self-taught. I have a problem: I want to generate keys for production. I previously generated keys for sandbox, but now I need keys for production. I'm looking for where to do this, and I have no idea. Cou...
Hello,I'm trying to set a Notification Web Server on sandbox but I am getting a problem that I keep getting Access Denied response and I don't really understand why.