ebay-api Questions
1
I tried to call https://api.ebay.com/sell/inventory/v1/bulk_migrate_listing, then response code is 2003
My request is :
{
"requests": [
{
"listingId": "160009220563"
}
]
}
Response body li...
Emmettemmey asked 15/10, 2019 at 21:15
3
I've been working on the ebaySDK for most of the week. I've managed to integrate the Trading and Shopping APIs into my project. For the trading API, I was using an Auth n Auth token which has a val...
Scalping asked 18/5, 2017 at 11:44
5
Solved
been struggling for couple of days with eBay token authentication.
I am finding it hard to understand how to fetch new tokens, after signing up for a developer program account, I requested the key-...
Capriccio asked 17/6, 2017 at 11:4
5
I am trying to start an eBay API in Python and I can't find a single answer as to how to get an API key with eBay's new requirements of "Account Deletion/Closure Notifications." Here's th...
3
My eBay integration just broke after months of working properly and I'm not sure if its a bug or not on their end.
My buyer made 2 transactions of two different items and then combined them to sav...
Latimer asked 30/8, 2012 at 5:55
3
I am working on a program for a friend which will allow him to post and revise listings to his eBay account and when reviewing the necessary documentation I have found a conflict in terms of limits...
1
I'm trying to get access_token from a refresh token I got from eBay. I'm using Axios but I keep getting getting grant type in request is not supported error.
const refreshToken = 'xxxxxxxx';
cons...
Redeploy asked 22/3, 2021 at 11:12
1
I am trying to get a OAuth User Access Token from the eBay API using this document:
https://developer.ebay.com/api-docs/static/oauth-authorization-code-grant.html
My Code works perfectly fine if I ...
1
I want to use eBay API for retrieving all feedback of seller. I already have prepared the APPID, CERTID, DEVID, in both environments (sandbox, production). I use API EXplorer for test.
I already ...
2
Solved
How do I get a large item image using the eBay API? The API call below returns a thumbnail image when I use galleryURL. I tried replacing it with PictureURLLarge, but that did not return a URL.
(...
3
Solved
I am trying to use the large merchant services API provided by eBay to upload files onto eBay.
They have provided with a sample.jar file of the same. It seems to be working fine when we execute th...
2
Solved
I'm working with Python 2.7 on a Linux environment, my app working with the ebay trading API with the sdk: ebaysdk-python. My goal is to list a fixedpriceitem, I didn't found a correct way to do it...
Northnorthwest asked 30/6, 2016 at 13:32
0
After three frustrating days of trying to get E-bay's OAuth to give me an access token, I have finally worked it out. As the docs are pain and there is little to no help online, I have decided to p...
Unkempt asked 4/10, 2019 at 4:27
3
I've been at this for several days now, and I can't seem to find the solution.
I'm trying to authorize via ebay API to get a user token for further actions.
When I use sandbox environment,...
2
For a mobile app we would love to integrate the eBay Kleinanzeigen (www.ebay-kleinanzeigen.de) API. Goal is to (API GET) get all the classifieds in a certain (German) zip code.
However the document...
Narah asked 5/5, 2017 at 10:14
1
I'm trying to call below link to connect with eBay O'Auth account.
https://auth.ebay.com/oauth2/authorize?client_id=' . APP_ID .
'&response_type=code&redirect_uri=' . RU_NAME .
'&sco...
Interbreed asked 1/6, 2018 at 9:57
1
Solved
In ebay Order API - initiateCheckoutSession (guest checkout), adding credit card information returns error. I am testing in sandbox environment.
API : https://api.sandbox.ebay.com/buy/order/v1/gue...
1
I am calling ebay api but this error occurs "Token type in the Authorization header is invalid". I have tried both application token and user token but this error is not resolving.How to solve this...
1
Solved
Requesting my keys on developer.eBay, I see a message that invites me to enable OAuth. But the message also speaks about Auth'n'auth.
Searching for it on Google doesn't give me any information abo...
Vallee asked 10/12, 2016 at 10:22
1
I am trying to call this API with my eBay user auth token on the eBay API Explorer:
https://api.ebay.com/sell/inventory/v1/inventory_item
The Headers:
Authorization:Bearer [MY_EBAY_SELLER_USE...
Standpoint asked 17/3, 2017 at 5:18
2
Solved
How do I get the Ebay API to return a description?
I have some code that makes an API call as follows:
http://svcs.ebay.com/services/search/FindingService/v1?
callname=findItemsAdvanced&
resp...
Denote asked 9/8, 2011 at 20:32
3
Solved
I am new to the eBay API and currently developing in PHP, I have managed to use GetItem to import details of an order based on the Item ID to my website's database. But What I want to do now is to ...
2
Solved
I am consuming Ebay Trading APIs using Ebay python sdk which is eventually sing python-requests for making API calls.
All was working fine, but since last few days I am unable to make call. I am g...
Nightly asked 4/12, 2015 at 9:58
2
Solved
I am developing eBay manager that is almost completed. Everything is running fine, like posting of data, getting order details from eBay.
Now I need to update the status of Shipping Tracking numbe...
F asked 13/1, 2010 at 11:25
2
I'd like to get the text from the <Version> element which is nested inside the <service> block of a WSDL. The WSDL in question is Ebay's Trading api. The snippet in question looks somet...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.