ebay-api Questions

3

I've been searching for a library to use to access the eBay Dev API (using Python 3) for quite some time, but the sources I've found either don't specify the use of Python 3 (and I've learned...
Luscious asked 22/2, 2012 at 4:38

2

i want to add an item to ebay using ebay API and PHP i read their website for hours and i'm lost. i created a developer account. but what should i do after that? i read about "Add item" call ...
Cagey asked 29/4, 2010 at 8:47

2

Solved

Anyone out there with experience with the Ebay API? I'm essentially trying to list all items for one shop on their website, so it's not going to be a public service usage. The GetSellerList method ...
Mis asked 17/12, 2013 at 12:20

1

Solved

I just started using the eBay API, but couldn't find a way to accomplish my needs. Also this should be really simple normally. I want to know if it is possible to pass just any eBay URL to the API...
Shondrashone asked 21/10, 2014 at 13:4

3

Solved

eBay's API findItemsByProduct operation would work on UPC and EAN. But unfortunately it is not working. The below HTTP GET request for example, throws an "Invalid product ID value." [error 41] ht...
Crackbrain asked 11/3, 2014 at 18:46

2

Solved

I'm trying to connect to the ebay trading API and make a basic request using PHP's SoapClient class, but I'm having trouble. I've done hours of searching for and fiddling with examples, but I canno...
Constitution asked 11/5, 2013 at 22:9

0

I am new to ebay API. I am trying to call a service from ebay as shown below http://svcs.ebay.com/services/search/FindingService/v1? OPERATION-NAME=findItemsAdvanced& SERVICE-VERSION=1.12.0&am...
Stoss asked 24/8, 2013 at 14:57

1

Solved

I'm using findCompletedItems to look for all items matching a certain set of keywords in a certain category (Men's Shoes) and it's easy for me to specify that I only want all of a specific shoe siz...
Blazer asked 26/3, 2013 at 2:3

2

Solved

Before I go off and write my own, is there already a nice C# wrapper for the Ebay Finding API out there?
Silvanus asked 27/8, 2009 at 12:43

1

Solved

I am using this code portion to find all items which are in Auction type using ebay FindingAPI . Now I want to filter those items which have been started within a specified day (e.g: 2 days) . How ...
Kendrick asked 13/5, 2012 at 20:22

1

Solved

I am new to eBay API .I using JSON format for request and reply. Can any give me working sample (html file) using JSON( API call findItemsByKeywords) I am basically having trouble in getting ...
Agosto asked 8/9, 2011 at 11:10

2

Solved

My api/xml is working fine with returning auctions ending from present until 10 days but is not working for listings ending after 10 days: http://svcs.ebay.com/services/search/FindingService/v1?OP...
Misteach asked 3/8, 2011 at 15:43

3

Solved

I am starting out with python and trying to construct an XML request for an ebay web service: Now, my question is: Say, this is my function: def findBestMatchItemDetailsAcrossStores(): request ...
Hardtop asked 3/6, 2011 at 6:5

1

Solved

I am specifying a SKU in my AddFixedPriceItem requests but the response does not come back with a SKU (although SKU is specified in the schema). This is a problem because I am using Large Merchant ...
Laceration asked 19/11, 2009 at 17:6

© 2022 - 2024 — McMap. All rights reserved.