Tagged Questions

eBay.com is an online auction and shopping website in which people and businesses buy and sell a broad variety of goods and services worldwide.

learn more… | top users | synonyms

7
votes
2answers
1k views

Ebay Finding API and C#

Before I go off and write my own, is there already a nice C# wrapper for the Ebay Finding API out there?
5
votes
3answers
128 views

**kwargs vs 10 arguments in a python function?

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 ...
5
votes
6answers
279 views

ebay, how do they end their auctions when time expired?

How does eBay end their auctions and mark the winner? Assume there is an auction end date in the database, once that time has passed the current time, the auction needs to be closed, mark the winner, ...
4
votes
1answer
146 views

eBay autocomplete/suggest with jQuery

I am trying to implement eBay autosuggest in an opera extension using jQuery autocomplete. eBay's JSON url is: http://anywhere.ebay.com/services/suggest/?v=jsonp&q=test and this is what it ...
4
votes
2answers
408 views

ebay API - get UPC's from list of auctions

there are certain items on ebay that have UPC in their description. for example CDs and other media have a field in the actual description of the item called UPC and books have ISBN right in the ...
3
votes
1answer
406 views

Export ebay items / import into ZenCart

Just wondering if anybody has done the following, and even point me in the right direction; Has anybody exported ebay items from an ebay shop? Imported these items into ZenCart Cheers Shane
3
votes
2answers
322 views

Get WCF to recognise incoming SOAP request

I'm trying to write a C# app to receive eBay notifications which are sent as SOAP over HTTP. I am receiving the notifications ok but I can't get them passed to my WCF service. What do I need to do on ...
3
votes
1answer
249 views

eBay JavaScript API - @ symbol in object member name

I am using the eBay JavaScript Finding API. The currency id member of the findItemsAdvancedResponse object is defined as @currencyId. So I am retrieving this value as: function ...
3
votes
2answers
842 views

how to add a new item to ebay using ebay API

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 ...
2
votes
3answers
32 views

PHP, issue with returned number from eBay API

I seem to be having an issue with PHP rounding (sort of) numbers by default, I am calling the eBay API and getting back the price of an item and the postage. I need to add these two numbers before ...
2
votes
2answers
168 views

How to REALLY control font size in an eBay listing [closed]

I am trying to control font size in an eBay listing such that it will look the same (more or less) on Firefox and Internet Explorer 8. To simplify things I just specify a single font size for the ...
2
votes
0answers
641 views

eBay API for PHP explanation

I need more insight to how the eBay api works... I have looked at many examples in php codes within there site BUT they keep using different techniques each time and is not straight forward at all!.. ...
2
votes
1answer
1k views

Does a Kijiji API exist?

I can't seem to find an API for Kijiji, although there seems to be one for eBay. Does an API exist for Kijiji? And if not, is scraping allowed?
2
votes
3answers
621 views

What is the vulnerability in my PHP code?

A website of mine was recently hacked. Although the actual website remain unchanged, they were somehow able to use the domain to create a link that re-directed to an ebay phishing scam. I've taken ...
2
votes
1answer
986 views

how to use python xml.etree.ElementTree to parse eBay API response?

I am trying to use xml.etree.ElementTree to parse responses from eBay finding API, findItemsByProduct. After lengthy trial and error, I came up with this code which prints some data: import urllib ...
2
votes
1answer
654 views

Error in Stub creation from eBay Sandbox WSDL using Eclipse

I am using Eclipse WTP plugin to generate the stub from this WSDL: https://api.sandbox.ebay.com/wsapi?wsdl But, when I do that, I get this error: IWAB0399E Error in generating Java from WSDL: ...
2
votes
1answer
831 views

How to get amazon and ebay product's price from description?

I have to show product's price from amazon and ebay. How can I get price? Please let me know the webservices which returns price from the product description.
2
votes
3answers
784 views

Why can't I send SOAP requests to Ebay finding API with this php?

This is my code: <?php error_reporting(E_ALL); //new instance of soapClient pointing to Ebay finding api $client = new ...
2
votes
3answers
6k views

How do I add a namespace attribute to an element in JAXB when marshalling?

I'm working with eBay's LMS (Large Merchant Services) and kept running into the error: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in ...
2
votes
2answers
757 views

Use of ebay API

I am given a task to R& D ebay api. As i have tried to explore on net i still have no clear idea that how and why to use it in my apps. Also are there many ebay api's for different purposes? Any ...
1
vote
0answers
14 views

Ebay API - possible to auto remove listing if sold on site

I am trying to find out initially if it is possible to remove a listing from Ebay automatically if is sold on the clients website first. Or does this have to be done manually. I have done a general ...
1
vote
0answers
51 views

Update order status on ebay using api?

I get a list of orders using eBay getorder API, but now I want to select an order and update its status. How can i do that? Please, any help would be appreciated I am using some code off the ...
1
vote
0answers
37 views

eBay listing without DOCTYPE

I created a eBay listing template generator. It seemed to work find with Firefox and IE. When we started to apply that to the real environment, we found out that the page looked bad in IE8. I figured ...
1
vote
1answer
45 views

Ruby client access to Ebay API

I am look at developing a ruby based client for ebay api. Does anyone know of an up to ruby gems out there? Code Fauser seems to not have been updated for a few years now.
1
vote
3answers
57 views

Buying an Android abroad for development [closed]

I want to buy a cheap Android for development. Cheapest ones I have found are in USA eBay, and I am from Spain. I already read some info in this post: Buying Android Device for Development. But I ...
1
vote
2answers
96 views

Simple cross domain ajax solution that is eBay compatible

I want to request a list of sizes from a database on my server (which is obviously not on ebay.co.uk's domain). I could do it entirely through flash... but it seems clumsy for a simple form. I think ...
1
vote
0answers
31 views

eBay LeaveFeedbackCall api

I am attempting to set seller feedback through the Trading api, LeaveFeedbackCall. I am using the .NET SDK and am having dificulty assigning the feedback details. In the api description this is an ...
1
vote
1answer
79 views

Porting javascript snippet to eBay

I'm currently porting over my website to eBay but the following javascipt does not work on eBay: <script> // Load the classic theme Galleria.loadTheme('galleria.classic.min.js'); // ...
1
vote
1answer
96 views

Developing eBay or AppStore like application in iPhone

I am new to the iPhone application development. I am planing to develop a new application for iPhone. Which will look similar to the AppStore application in iPhone but the functionality is different. ...
1
vote
2answers
229 views

Which payment gateway to use in Android?

Can any one tell me about the payment services that we can implement in Android? And also will Android store approve the app that uses a payment gateway(Paypal, eBay etc.) other than their own ...
1
vote
1answer
73 views

Ebay API with description

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? ...
1
vote
2answers
243 views

ebay api - returning auctions ending later than 10 days

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: ...
1
vote
1answer
147 views

what is query string of Ebay.com to search product?

I am developing an application in which I need to search item on ebay.com with the help of bar code. Can some one guide me how to search product in ebay.com by query string like we normally do in ...
1
vote
1answer
174 views

PHP eBay API “Unsupported API call” Error

I am trying to pull a seller list from ebay and every time I run this code, I get a The API call "GeteBayOfficialTime" is invalid or not supported in this release error. I'm running this on a Mac with ...
1
vote
1answer
148 views

eBay SOAP api returning failure

Can anyone please tell me why this request keeps returning with failure. It only started happening when I added itemFilter(1).name=Seller&itemFilter(1).value(0)=sellerName When I take that out, ...
1
vote
3answers
426 views

JavaScript SlideShow that will work in Ebay listings?

I am after jscript SlideShow, not based on JQuery etc. as I am pretty sure you can't reference external javascript library in Ebay listings? Ideally not just switching images, but one for layers. ...
1
vote
0answers
156 views

Ebay eBayAPIInterfaceClient C# Help

I am trying to interface with the ebay API in C#. The sample code in C# that they give to get the time works fine. This seems to be using a "web reference" in VS (I'm using 2008 Express). When I ...
1
vote
2answers
510 views

Howto send a valid XML POST request to ebay API via Python?

I guess this is rather a general problem than ebay specific, but I am not sure: I am trying to send an XML request to the ebay developer API to retrieve an XML response. When using curl, everything ...
1
vote
1answer
250 views

Is there a Simple eBay Auction API

Is there an eBay API which lets me retrieve data about an auction. I don't need to make bids, etc. I simply need to retrieve: current bid price, auction title, seller & time left. There doesn't ...
1
vote
1answer
91 views

Access Amazon or eBay over API

For a library project, we want to create an applet that gets the output of a scanner that has just scanned the barcode on a book and finds over the Internet textual information about it. I thought ...
1
vote
2answers
241 views

Display Ebay Items i'm selling on my site

I am look for a way to get info from Ebay so i can display items i have for sale on my site i have tried some 3rd party programs and all i get is the name of the item and a picture. What i want is ...
1
vote
2answers
134 views

PHP: Time & Date: easy substr problem, Need to split date and time from 1 string

I have this string from eBay Web-Service. // 2Days 23Hours 37Minutes 50Seconds $string = P2DT23H37M50S I was using the following code to extract and time and date: $daysLeft = ...
1
vote
2answers
470 views

Using JavaScript/JSON in your Ebay listings to post user selected options back to you

I am seeing some Ebay users create listings where data is dynamically sent to and fetched back from external sources. This can be a shipping calculator or some variants you have provided for a product ...
1
vote
0answers
111 views

ebay API reviseItem call java SDK

I have two ItemType objects: oldItem and newItem. I would like to Revise the oldItem to reflected changes in the newItem. To do this I assume after reading the documentation that we need to provide a ...
1
vote
2answers
511 views

eBay API - filter items by store/custom categories

My scenario: I have a client with an eBay store with custom categories. On their website, they would like to list the items they have for sale. They would like this list to be filterable by custom ...
1
vote
2answers
513 views

Logging into Ebay with C#

I am trying to log into my EBay account using C#. I have looked at various posts and found the following 3 options. Unforunately, none of them are working. I am also listing the response header values ...
1
vote
2answers
283 views

Use of eBay API in PHP to retrieve My eBay information

I am on working on a personal project to write a PHP website which will allow me to easily track all my purchases/bids/watch list on eBay. As you know, purchases which are older than 2 months (I ...
1
vote
1answer
260 views

Feedback system like Ebay but for events: DB schema

I'm creating a feedback system kind of like Ebay. (Once you buy the item you can then leave feedback upon its purchase) But instead of products its events (partys, meetings). Users can attend the ...
1
vote
2answers
351 views

Unserializing an API return object (PHP/Ebay API)

I have been working with the Ebay api for a project and have found it great. I have however found a problem now, more PHP related. When I read my items from Ebay, I store a bunch of details in the ...
1
vote
1answer
598 views

Downloading Amazon and eBay Product Categories

I'm new on a client project where the old offshore developer was fired by the client in a fit of anger and all I have is spaghetti code. Somehow the last developer was using developer APIs to get ...

1 2 3 4