danslo / ApiImport

Boilerplate between the Magento API and ImportExport, so that you can do fast Array/XMLRPC/SOAP based product imports.
244 stars 79 forks source link

How to integrate the Order import/update api (from third-party endpoint/site to Magento) with in your module ? #50

Closed hashir-dhattiwala closed 8 years ago

hashir-dhattiwala commented 8 years ago

Hello Daniel,

Thanks for your ApiImport module, it helped us lot for importing Products and setting their attributes into Magento Admin from a third-party site Cin7.

Do you have any other module through which we can import/update Orders using Api concept just like we did with Products ?

Or any hint/guideline/suggestion you can provide for importing Orders from third party site(i.e. Cin7.com) to Magento ?

Waiting for your reply....

Regards, Hashir

danslo commented 8 years ago

ImportExport doesn't support orders and so naturally ApiImport doesn't either as a result. Here is an example on how to do it with regular SOAP API.