Hi all,
I'm about to start developing a small ebay based application. I saw the following function in the ebay API documenation getDeals (here https://www.ebaypartnernetwork.com/files/hub/en-US/api.html), though when I click on it, it doesn't seem to work. Does anyone have any kind of experience with the Ebay API, is it reliable? From m...
The code i wrote for ebay listings seems to be different for the same listing depending on if it is opened with internet explorer or firefox. the source i uploaded to ebay was the same now when i view the code in firefox it shows correctly but in internet explorer it does not. when looking at the source taken from the ebay listing online...
hi,
I am developing ebay manager and completed almost.Everything is running fine like posting of data,getting Order details from ebay.
Now i need to update the status of Shipping Tracking numbers,Carrier on ebay.here i am getting error and i can't figured out what is the problem.Any help in this regards will be highly appreciated.
I a...
My application uses the EBay-API (SOAP). I understood I can use the "SetNotificationPreferences" to create up to ten DeliveryURLs like this:
<?xml version="1.0" encoding="utf-8"?>
<SetNotificationPreferencesRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<RequesterCredentials>
<eBayAuthToken>ABC...123</eBayAuthToken>
</Requeste...
I'm thinking of adding eBay Shopping search to my iPhone app.
In other words, a list will appear on the screen in a UITableView with different items that match certain search terms.
Is there any guide on how to use the eBay APIs in an iPhone app or at the least a guide on how to use an API that is similar to eBay's API that I can just ...
There is much mentioned on ebay site. Maybe there's someone on SO who ever worked with ebay api. Could you please help me?
...
This is my code:
<?php
error_reporting(E_ALL);
//new instance of soapClient pointing to Ebay finding api
$client = new SoapClient("http://developer.ebay.com/webservices/finding/latest/FindingService.wsdl");
//attach required parameters to soap message header
$header_arr = array();
$header_arr[] = new SoapHeader("X-EBAY-SOA-MESSAGE-PR...
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 Amazon and eBay top-level product categories, but the developer stored them as static files (not even a timelimit cache file), and then elimina...
We are developing a very complex eCommerce portal using asp.net c# and the client asked us to make the documentation very similar (look & feel) with ebay api documentation http://developer.ebay.com/DevZone/shopping/docs/CallRef/GetSingleItem.html
Do you have any idea what kind of tool they are using and if not do you know anything that...
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.
...
Hello
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 http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/AddItem.html but i have no idea on how to use that?
Please help !!
...
I am using the Amazon and eBay API via PHP5 and Curl to get product listings for a client. When I ask the API to give me a description or a category for a product, I'm sometimes getting something that looks like this:
Estée Lauder
When I go look at the XML download from the API, it shows this entry inside:
<categoryName>Estée Laude...
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 database. Currently, just for the sake of it really, I serialize the whole return object and store it in the database in a related table.
Th...
I've spent entirely way too long trying to figure this out. I'm using XML:RSS and Perl to read / parse an Ebay RSS feed. Within the area, I see these entries:
<rx:BuyItNowPrice xmlns:rx="urn:ebay:apis:eBLBaseComponents">1395</rx:BuyItNowPrice>
<rx:CurrentPrice xmlns:rx="urn:ebay:apis:eBLBaseComponents">1255</rx:CurrentPrice>
Howeve...
Hi,
I have just started with the ebay Finding API and Feedback API and I need to deploy a basic API implementation on GAE/J.
The problems are:
How do we start with the local dev environment of the ebay SDK?
There is no Java tutorial for the Finding API and feedback.
GAE/J + ebay APIs won't cause any complexity right?
I am looking f...
Hi,
I like to build web site similar to ebay.
I mean in size and functionality.
Can you recommend me java technologies and frameworks ?
Regards
...
Hi,
I have read that ebay uses MSXML framework for presentation layer.
Can someone explain why this way is better. How they achieve performance this way?
My question is why they are using MSXML?
Regards
...
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: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
java.io.IOException: WSDL...
I have made a simple HTML for my ebay template and I wanted to include the following.
<script type="text/javascript" src="jquery.js">
But my client said that ebay doesn't allow scripts or stylesheets.
How can I inlclude a jquery on my ebay template? Any suggestions? or ebay allows to use frames?
...
how can i integrate ebay sniper in my site code which is used to making bid in last remaining seconds of bid
...