ebay

ebay query into mysql?

Hello, I would like to know if it is possible, To extract the userid from an ebay page and insert it into mysql as part of an insert statement? Otherwise what would be the best way to do this? I have files to import, which contain hundred of ebay auction urls, and I must grab the seller id from each one. Is there an easier way to do th...

Can you use couchDB for web apps like ebay?

I mean, can you use couchDB for: CRUD of items, users bids and auctions resolutions bidirectional califications forum items comparison ...

NetBeans web services client producing invalid request

I'm trying to make my first web service client for the eBay API using the NetBeans 'new Web Service Client' wizard and the WSDL found here. My understanding is that this is using JAX-WS to generate class files, and my requests are all SOAP. Everything seems to work fine except when I try to execute a request, eBay responds with a 404 w...

eCommerce GoogleCart PayPal eBay integration

Hi I'm looking to write a some code that can integrate with some of the major online processors. This will be a basic bit of code that depending on a condition will affect the sub-total on check out. I understand that I may have to code it differently for each payment process but is this possible generally speaking? I want to provide t...

What is the best way to monitor a group of ebay users in my application?

I have a mysql database with a table of ebay users, and their individual auctions. What I wish to do is to be able to "monitor" certain users, which would basically include retriving all of the auctions of any monitored users. I would like to know the best way to do this. I am thinking of having another table, with just one column cont...

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 sample code available using this api in objective c for iPhone. Any doc available providing general info about it. ...

Ebay Javascript API issues

I am trying to figure out how to display if an item is in stock or not using the javascript ebay API. This would be for items that are for sale at a fixed price with BuyItNow. I am just starting to work with Ebay, and really don't know why their systems work. It is quite possible that once an item is out of stock, it is no longer list...

Is there a rails plugin for uploading bulk items to eBay?

Hi, I made a rails app that generates HTML code for eBay product description. Currently my client copies the HTML code to the eBay site manually. I wonder if I can automate the process. Of course, I don't want to start from scratch. Is there any eBay API plugin for that? Thanks. Sam ...

ebay like API interface for a web portal

We have developed a B2B Web portal for Graphics Job Work which is similar to Camera Ready Art (www.camerareadyart.com). It is targeted for people wanting to convert bitmap to vector Graphics, Logo Designing and general image processing like coloring B/W images to color,etc. We want to add facility so that people (our clients) can use a ...

trying to understand ebay's schema

I want to build a site similar to ebay (a mini version of it, using a LAMP stack as the basic setup I guess or maybe you guys will suggest something else) and I'm wondering how they built their system. The part I don't understand the most is how they manage their categories. They have one search code and probably one code for posting ite...

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? ...

Logging in to eBay using HttpWebRequest

I'm trying to log in to my eBay account using the following code: string signInURL = "https://signin.ebay.com/ws/eBayISAPI.dll?co_partnerid=2&siteid=0&UsingSSL=1"; string postData = String.Format("MfcISAPICommand=SignInWelcome&userid={0}&pass={1}", "username", "password"); string contentType = "application/x-www-form-urlencoded"...

WCF and eBay SDK library

Hi everybody, I've a question about WCF. I created a WCF service with a MSMQ endpoint. This service is exposed by a Windows Service and the service is consumed by an Asp.net application. My Asp.net application uses an external DLL containing classes and enums (defined by eBay) that I'd like to use in my DataContract. I cannot modify th...

Mono wsdl utility fails to process eBay's WSDL file for their SOAP API

I'm getting this error from Mono's wsdl utility while trying to process eBay's WSDL file - ( http://developer.ebay.com/webservices/latest/eBaySvc.wsdl ) $ wsdl eBaySvc.wsdl Web Services Description Language Utility Mono Framework v2.0.50727.1433 Error: XmlSchema error: Ambiguous element label which is contained by -any- particle was d...

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 something it was trying to deserialize. After alot of trial and error I traced the problem down. It turns out this works: <?xml version="...

Does anyone have better information about eBay's Large Merchant Services schema?

I've been wrestling with eBay's Large Merchant Services API for a while. It's been rough. I finally have messages going all the way through their system, but I'm having issues with their schema. Apparently there are alot more restrictions than what is defined in the schema. As an example, the schema defines shipping service options, whi...

eBay's Large Merchant Services not returning a SKU

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 Services and can submit many items at once. If one item in a batch fails, how am I supposed to be able to tell which one it is? How can I rela...

eBay Markdown Manager via API

Using PHP5, how can I use the eBay API to set all my 2000+ eBay Store items on sale except for a specific set of 45 items? I can't find a way to do this on eBay's website, and would prefer an API method so that I can simply exclude a specific brand from my query. ...

Authenticated request in Google App Engine using fetch() function: how to provide the information in the header of the request?

Hello everybody!!! I am trying to pass automatically, using Google App Engine, my password and ID to eBay, to this page: https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&amp;UsingSSL=1&amp;pUserId=&amp;co_partnerId=2&amp;siteid=0&amp;ru=http%3A%2F%2Fcgi5.ebay.com%2Fws2%2FeBayISAPI.dll%3FSellItem%26hm%3Dum.rundkoi376%26%26hc%3D1%26guest...

SOAP to XML conversion in PHP

I need to generate the following XML with SOAP: ... <InternationalShippingServiceOption> <ShippingService>StandardInternational</ShippingService> <ShippingServiceCost currencyID="USD">39.99</ShippingServiceCost> <ShippingServicePr...