Hi Harry,

I use the ebay application to import orders from ebay and it does work pretty 
OK. Firstly, my experience with ebay sandbox, has been bad, i personally don't 
think its reliable at all and behaves randomly to API requests. For e.g. if you 
had order on ebay sandbox nothing would be imported, and when you changed to 
live server, the api worked fine.

The existing ebay code requires some updates, for eg. the ebay code assumes 
order ID would be returned but they are not in the getorders request, which has 
a time range defined to it.

I would suggest you try the code on live server. Its not the recommended way, 
but i could it working like on live server only. Secondly, i don;t think the 
export items to ebay, is a complete feature set, I tried it once, but did not 
work for me. You may however import orders from ebay items, which have been 
created using the ebay interface.

Rohit


--- On Tue, 6/30/09, Harry van Oosten <harry.vanoos...@gmail.com> wrote:

From: Harry van Oosten <harry.vanoos...@gmail.com>
Subject: ofbiz and Ebay
To: user@ofbiz.apache.org
Date: Tuesday, June 30, 2009, 11:32 PM

Hi all,

I'm new to Ofbiz and i'm trying to export products to ebay.

I got keys from Ebay and filled the in the ebayExport.properties. But
when i export some product it seems nothing happens.. I'm nog getting
any output from the export and the console log says the following:

2009-06-30 16:09:11,044 (http-0.0.0.0-8443-2) [
ControlServlet.java:130:INFO ] [[[ProductsExportToEbay] Request Begun,
encoding=[UTF-8]- total:0.0,since last(Begin):0.0]]
2009-06-30 16:09:11,054 (http-0.0.0.0-8443-2) [
RequestHandler.java:697:INFO ] Rendering View [ProductsExportToEbay],
sessionId=A08D55B0B02A256468B4530B4B26F488.jvm1
2009-06-30 16:09:12,686 (http-0.0.0.0-8443-2) [
ServiceDispatcher.java:584:INFO ] Sync service
[ebay/getEbayCategories] finished in [1535] milliseconds
2009-06-30 16:09:12,763 (http-0.0.0.0-8443-2) [
ScreenFactory.java:129:INFO ] Got 22 screens in 0.053s from:
file:/C:/Tools/Dev/Apache%20ofbiz/ofbiz-release9.04/framework/common/widget/CommonScreens.xml
2009-06-30 16:09:13,134 (http-0.0.0.0-8443-2) [
UtilProperties.java:870:INFO ] ResourceBundle CommonEntityLabels (en)
created in 0.199s with 1399 properties
2009-06-30 16:09:13,186 (http-0.0.0.0-8443-2) [
ControlServlet.java:299:INFO ] [[[ProductsExportToEbay] Request Done-
total:2.141,since last([ProductsExportTo...):2.141]]

It seams the request begun and ended..

But i can't find the product in the sandbox from ebay.


Someone did this before?

The thing i want to do is:

- export product(s) to Ebay.
- Do a sell on ebay.
- import the order into ofbiz.

I can't find anything regarding this except a wiki with says what to
set in the property file.

Can somebody help me along the way.. Maybe there's something wrong
with my ebay developers account?

Kind regards,

Harry

Reply via email to