Re: [Architecture] Connector:Magento

2014-07-08 Thread Rasika Hettige
Hi All, Following 3 methods are not implemented due unavailability of test data. • captureInvoice • cancelInvoice • cancelCreditMemo Thanks Regards Rasika -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-Magento-tp97825p99203.html

Re: [Architecture] Connector:Magento

2014-06-18 Thread Rasika Hettige
Hi All, As there are no any other suggestions to the method list, we consider following as the final list. *Initialization* *login *- Start the API session, return the session ID, and authorize the API user. *Catalog Product Tier Price* *getCatalogProductTierPriceInfo *- Retrieve information

Re: [Architecture] Connector:Magento

2014-06-16 Thread Rasika Hettige
Hi All, Please find the correct method list (SOAP API) that will considered as final. (By mistakenly I have included the REST method list in my previous reply) *Initialization* login - Start the API session, return the session ID, and authorize the API user. *Catalog Product Tier Price*

Re: [Architecture] Connector:Magento

2014-06-16 Thread Rasika Hettige
Hi All When we go through the final method list, we thought that following methods under Sales Order Invoice should also be included as they add a significant value to version 1. getInvoiceInfo - Retrieve information about the invoice createInvoice - Create a new invoice for an order

Re: [Architecture] Connector:Magento

2014-06-16 Thread Dakshika Jayathilaka
Sales Order Credit Memo is important functionality, why you always removing it. :( *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Mon, Jun 16, 2014 at 5:12 PM, Rasika Hettige rasi...@gmail.com wrote: Hi All When we go through the final method

Re: [Architecture] Connector:Magento

2014-06-13 Thread Rasika Hettige
Hi All, Please find the final method selection of this connector. Please confirm on this. Products *createProduct *- Create a new Product. *updateProduct *- Update an existing Product. *deleteProduct *- Delete an existing Product. *listProducts *- List products existing within the instance.

Re: [Architecture] Connector:Magento

2014-06-12 Thread Shevan Goonetilleke
Do the following also fall into the 'back-office' category? If so we can leave them out for now. *Catalog Product Tier Price* *getCatalogProductTierPriceInfo* - Retrieve information about product tier prices *updateCatalogProductTierPrice *- Update the product tier prices *Catalog Inventory*

Re: [Architecture] Connector:Magento

2014-06-12 Thread Ramindu Deshapriya
Hi Shevan, Shevan Goonetilleke wrote Do the following also fall into the 'back-office' category? If so we can leave them out for now. *Catalog Product Tier Price* *getCatalogProductTierPriceInfo* - Retrieve information about product tier prices *updateCatalogProductTierPrice *- Update

Re: [Architecture] Connector:Magento

2014-06-12 Thread Shevan Goonetilleke
ok, thanks On Fri, Jun 13, 2014 at 9:34 AM, Ramindu Deshapriya rasad...@gmail.com wrote: Hi Shevan, Shevan Goonetilleke wrote Do the following also fall into the 'back-office' category? If so we can leave them out for now. *Catalog Product Tier Price*

Re: [Architecture] Connector:Magento

2014-06-09 Thread Rasika Hettige
Hi All, As requested, please find the the analysis of SOAP API. In doing the analysis, we have considered only the Customer and Sales related functions and disregarded the back-office functionalities. *Introduction* Magento is an open source e-commerce web application. It is a content

Re: [Architecture] Connector:Magento

2014-06-05 Thread Malaka Silva
Thx. The issue here is some methods may be missing in rest as mentioned by Dakshika. On Thu, Jun 5, 2014 at 12:57 AM, Rasika Hettige rasi...@gmail.com wrote: Hi Malaka, As per the initial discussions on connectors, it was suggested to give the first priority on REST when you have both

[Architecture] Connector:Magento

2014-06-04 Thread Rasika Hettige
*Introduction* Magento is an open source e-commerce web application. It is a content management system (CMS) based on PHP and MySQL for web hosting service, which was built using parts of the Zend Framework.It provides full support for object-oriented programming and Model-View-Controller (MVC)

Re: [Architecture] Connector:Magento

2014-06-04 Thread Dakshika Jayathilaka
Magnto REST doesn't cover most important sections like sales in detail, why can't we try their SOAP?? it cover almost everything http://www.magentocommerce.com/api/soap/introduction.html *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Wed, Jun 4,

Re: [Architecture] Connector:Magento

2014-06-04 Thread Malaka Silva
Yes I also agree. It seems only subset is available via rest. Even though we are implementing limited methods it will be easy to extend if we use soap. @Rasika Have you guys checked both options? On Wed, Jun 4, 2014 at 9:36 PM, Dakshika Jayathilaka daksh...@wso2.com wrote: Magnto REST

Re: [Architecture] Connector:Magento

2014-06-04 Thread Rasika Hettige
Hi Malaka, As per the initial discussions on connectors, it was suggested to give the first priority on REST when you have both REST/SOAP. So we have considered REST here. Anyways, since there are less functionalities in REST, will do a further analysis on SOAP and come back to you. Thanks