For questions relating to eBay's Software Development Kit (SDK). When using this tag also provide the appropriate language tag, such as; python, java, etc.
Questions tagged [ebay-sdk]
112 questions
0
votes
1 answer
eBay API findItemsAdvanced call ignores categoryID
Any attempt to make an eBay API call to findItemsAdvanced is ignoring the categoryID parameter.
For example, I want to find all auctions matching "1943" in the "Video Games" category (ID #1249). eBay instead returns a bunch of auctions for coins…

Jamie Tibbetts
- 46
- 7
0
votes
1 answer
eBay API, get globalID from numerical Site ID
As the title says, I have the numerical Site ID, I need a way to get the corresponding GlobalId.
I know there are tables with…

rickymarchiori
- 103
- 2
- 13
0
votes
1 answer
How to get all the item filters in ebay python SDK
I am working with the python SDK of eBay and I am trying to programatically get all of the item filters. Basically this list (http://developer.ebay.com/DevZone/finding/CallRef/types/ItemFilterType.html)
Is it possible?

PCoelho
- 7,850
- 11
- 31
- 36
0
votes
1 answer
Using eBay SDK API: internationalShippingOptions.ShipToLocation.Add("Worldwide"); causes:"Object reference not set to an instance of an object"
My goal here so to make the listing say "Free International Shipping". Trying to set up international options and it said I need to set ShipToLocation I tried the line below:
internationalShippingOptions.ShipToLocation.Add("Worldwide");
But when…

Danny
- 896
- 1
- 9
- 16
-1
votes
1 answer
eBay OAuth TOken Using Refresh Token PHP
Please help me to fix the invalid scope issue in eBay OAuth Token Using Refresh Token API. I am in production Mode. Even not the primary scope https://api.ebay.com/oauth/api_scope is working for me. I am using PHP.
$curlSecondHandler =…

Supto
- 11
- 4
-1
votes
1 answer
Automatic conversion currency to local one with ebay sdk
I use
response = api.execute('findItemsAdvanced', {'keywords': keyWords,
'paginationInput': {
'pageNumber': pageNumber,
…

amplifier
- 1,793
- 1
- 21
- 55
-4
votes
1 answer
How to get a list of products by ItemID Ebay SDK
I would like to get a list of products filtered by their ItemID ?
I successfully retrieved a list of products filtered by date using the GetSellerList Call on Ebay SDK.
I saw there is a kind of getItem method but it seems to return only one item. Is…

Claudio Ferraro
- 4,551
- 6
- 43
- 78