You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2007/07/18 14:50:04 UTC

[jira] Created: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Integration with eBay (import of orders and export of auctions).
----------------------------------------------------------------

                 Key: OFBIZ-1159
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
             Project: OFBiz
          Issue Type: New Feature
          Components: order, product
            Reporter: Jacopo Cappellato
            Priority: Minor


Integration with eBay (import of orders and export of auctions):

development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "David Shere (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Shere updated OFBIZ-1159:
-------------------------------

    Attachment: importOrdersFromEbay18.patch

This patch should address the suggestions you've made, Jacopo.  Let me know if it needs further work.

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, importOrdersFromEbay15.patch, importOrdersFromEbay16.patch, importOrdersFromEbay17.patch, importOrdersFromEbay18.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514958 ] 

Jacopo Cappellato commented on OFBIZ-1159:
------------------------------------------

David,

I've reviewed your patch, it is a good start, thanks.
I've committed it in rev. 559033 with some misc cleanups plus a fix for a compile error.

Thanks!

Jacopo

PS: are you still willing to help with other tasks about eBay integration (e.g. updating the contact mechs)? Is there a specific area you are interested on?


> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516922 ] 

Jacopo Cappellato commented on OFBIZ-1159:
------------------------------------------

Thanks David,

your patch looks good; it is in rev. 561751

I'd say that now the main tasks for the eBay integration that would require more work are:

1) testing (test, test, test!!!)
2) creation of auctions from OFBiz: what we have implemented right now is pretty limited and it is more intended as a facility to help development... if anyone is willing to help we can better refine together what is needed here.




> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, importOrdersFromEbay15.patch, importOrdersFromEbay16.patch, importOrdersFromEbay17.patch, importOrdersFromEbay18.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "David Shere (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Shere updated OFBIZ-1159:
-------------------------------

    Attachment: checkingForExistingParties.patch

This patch checks to see if an existing party is already associated with an eBay buyer, using the buyer's EIAS (an eBay buyer unique identifier that stands for... something) as a party attribute.  It also adds the buyer's eBay user ID as another party attribute.  It checks against the EIAS to see if the buyer is already in the system.

This patch is not complete because If the buyer is already in the system, it does not verify the contact information.  I need to understand what needs to be checked and how best to go about it... for instance, checking an existing postal address against the "new" one returned from GetSellerTransactions would possibly involve a field by field comparison -- and if every field is going to be compared, it seems just as resource intensive just to create a new address each time.

These are all just suggestions.

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514985 ] 

Jacopo Cappellato commented on OFBIZ-1159:
------------------------------------------

David,

I'm really sorry but I didn't get any of your messages.... this is really annoying: what address are you using? I got tons on mail today (as usual!) and I can't see problems on my side.

Jacopo


> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1159:
----------------------------------

    Attachment: importOrdersFromEbay13.patch

This patch solve some issue on the date from/thru and implement the new method setEbayOrderToCompleted.

Thanks
Marco

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1159:
----------------------------------

    Attachment: importOrdersFromEbay19.patch

This patch is to retrieve the productId from the the title of the auction in case the sku is not present in the xml document. 

Thanks
Marco

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, importOrdersFromEbay15.patch, importOrdersFromEbay16.patch, importOrdersFromEbay17.patch, importOrdersFromEbay18.patch, importOrdersFromEbay19.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-1159.
------------------------------------

    Resolution: Fixed

The main work is done now; specific issues and enhancements will be reported in new issues.

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, importOrdersFromEbay15.patch, importOrdersFromEbay16.patch, importOrdersFromEbay17.patch, importOrdersFromEbay18.patch, importOrdersFromEbay19.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "David Shere (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Shere updated OFBIZ-1159:
-------------------------------

    Attachment: importOrdersFromEbay16.patch

This patch checks postal address, telephone number, and email address for existing eBay parties.  If none exists it creates one.  If one does exist, it calls "updatePartyXXX" service.  

I have not tested this patch.

I'm still relatively new to this, so let me know if this code is actually worth anything.

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, importOrdersFromEbay15.patch, importOrdersFromEbay16.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517068 ] 

Jacopo Cappellato commented on OFBIZ-1159:
------------------------------------------

thanks Marco,

rev. 561942

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, importOrdersFromEbay15.patch, importOrdersFromEbay16.patch, importOrdersFromEbay17.patch, importOrdersFromEbay18.patch, importOrdersFromEbay19.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "David Shere (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Shere updated OFBIZ-1159:
-------------------------------

    Attachment: importOrdersFromEbay15.patch

This corrects a typo for the EIAS token.  

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, importOrdersFromEbay15.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "David Shere (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514973 ] 

David Shere commented on OFBIZ-1159:
------------------------------------

Yes.  I'd be glad to continue to help, as much as I can.  I do want to do the updating to the contact mechs; obviously it's pointless to not enter duplicate parties if you never check for updated contact information.  I'll start in on that today and let you know where I get.

I've been emailing you with patches and other questions and I'm only getting a response from you on here.  Not sure if you're not getting my emails or what... no big deal.  I am on AOL IM if you want to contact me that way.  (breathe315)

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "David Shere (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515000 ] 

David Shere commented on OFBIZ-1159:
------------------------------------

Jacopo Cappellato <ti...@sastau.it>

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1159:
----------------------------------

    Attachment: importOrdersFromEbay11.patch

This patch replace the previous one and it contains some improvements about order import from eBay.

Thanks
Marco

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: importOrdersFromEbay10.patch, importOrdersFromEbay11.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "David Shere (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516379 ] 

David Shere commented on OFBIZ-1159:
------------------------------------

I'm still working on the changes you suggested, Jacopo.  I have postal address and email address done and I'm going to work on phone number.

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, importOrdersFromEbay15.patch, importOrdersFromEbay16.patch, importOrdersFromEbay17.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515521 ] 

Jacopo Cappellato commented on OFBIZ-1159:
------------------------------------------

David S.,

your patch is interesting and a good starting point to implement the update of existing contact mechs imported from eBay; however, after a quick review, there are two issues that you should resolve before committing your work to svn:

1) when you try to fetch existing contact mechs for a party, you use the following code:

GenericValue contactMech = EntityUtil.getFirst(delegator.findByAnd("PartyContactMechPurpose", UtilMisc.toMap("partyId", partyId, "contactMechPurposeTypeId","SHIPPING_LOCATION")));

unfortunately in this way you can also select an expired contact mech. Instead of using a findByAnd you should try to make a call to one of the methods of the ContactHelper class (or ContactMechWorker class) in the party component.

2) in the checkPartyAddress, checkPartyEmail etc... before running the update (that will expire the existing contact mech and create a new one, even if they are identical) you should compare field-to-field the two addresses/email....

Jacopo

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, importOrdersFromEbay15.patch, importOrdersFromEbay16.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515284 ] 

Jacopo Cappellato commented on OFBIZ-1159:
------------------------------------------

Marco, David,

your patches are in rev. 559428



> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, importOrdersFromEbay15.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1159:
----------------------------------

    Attachment: importOrdersFromEbay10.patch

This is the second patch, now it you can see in the import orders from eBay form new information a now it can be possibie to select which order you want to import to OFBiz.

Thanks
Marco

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: importOrdersFromEbay10.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514873 ] 

Jacopo Cappellato commented on OFBIZ-1159:
------------------------------------------

Thanks Marco,

committed in rev. 558939

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1159:
----------------------------------

    Attachment: importOrdersFromEbay17.patch

This patch include new improvements about import of orders :
- Shipment method of eBay matched with the OFBiz ones.
- Now the xml document send and received from/to eBay are logged when debug verbose is on

and a lot of improvements on product export to eBay (listing creation) :
- Now is possible to choose the quantity, the starting price, the country/location where the object is located, the listing duration in days and the payment accepted from the buyer.
- In case of payment done via PayPal the PayPal e-mail of the seller is mandatory.
- At the moment the eBay category is not yet shown from eBay but there is an hard-coded value (feature not yet implemented).

Thanks in advance
Marco

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, importOrdersFromEbay15.patch, importOrdersFromEbay16.patch, importOrdersFromEbay17.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513713 ] 

Jacopo Cappellato commented on OFBIZ-1159:
------------------------------------------

thanks Marco,

a slightly different version of your patch is in rev. 557392

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: importOrdersFromEbay9.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato reassigned OFBIZ-1159:
----------------------------------------

    Assignee: Jacopo Cappellato

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: importOrdersFromEbay9.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "David Shere (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514984 ] 

David Shere commented on OFBIZ-1159:
------------------------------------

Might there already be a service for the address part?  You pass it a partyId and a map with address fields in it and it checks the contact mechs of that party to see if there is a matching address?

If not, should I create one?  This seems like a generic action that would be universally needed.

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515984 ] 

Jacopo Cappellato commented on OFBIZ-1159:
------------------------------------------

Thanks Marco,

your patch is in rev. 560136


> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, importOrdersFromEbay15.patch, importOrdersFromEbay16.patch, importOrdersFromEbay17.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1159:
----------------------------------

    Attachment: importOrdersFromEbay14.patch

This patch solve import bugs and noew the setEbayOrderToComplete work correctly.
Made some changes to retrieve the contactMechId if the party already exists.
Now the completeSale method of eBay works in the correct way.

Thanks
Marco

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch, importOrdersFromEbay14.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato updated OFBIZ-1159:
-------------------------------------

    Attachment:     (was: importOrdersFromEbay9.patch)

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-1159:
----------------------------------

    Attachment: importOrdersFromEbay9.patch

This is the first patch that implement the import of orders from eBay to OFBiz and export of products from OFBiz to eBay.
Other patches will follow because this job is not still completed.

Thanks in advance
Marco

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Priority: Minor
>         Attachments: importOrdersFromEbay9.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

Posted by "David Shere (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514952 ] 

David Shere commented on OFBIZ-1159:
------------------------------------

One additional note: I have not yet tested my patch.

> Integration with eBay (import of orders and export of auctions).
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-1159
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1159
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order, product
>            Reporter: Jacopo Cappellato
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>         Attachments: checkingForExistingParties.patch, importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.