fulfilio / python-magento

Python API to access magento API
BSD 3-Clause "New" or "Revised" License
47 stars 61 forks source link

Call with http method #16

Closed StefanRijnhart closed 5 years ago

StefanRijnhart commented 7 years ago

This allows creating and updating records in Magento 2. Also adds support for storeview specific operations.

StefanRijnhart commented 6 years ago

@tarunbhardwaj can you have a look?

thomaspaulb commented 6 years ago

@StefanRijnhart it seems that this needs rebasing, your PR is based on 2.2 and 3.0 is out now.

StefanRijnhart commented 6 years ago

@thomaspaulb Why rebase? I don't see any conflicts.

StefanRijnhart commented 6 years ago

Correction: will rebase to validate compatibility with Python 3. Thanks!

StefanRijnhart commented 6 years ago

Rebased, and still green!

thomaspaulb commented 6 years ago

I also didnt see any conflicts, but the 2.2 version didnt install for me because of its dependency on suds. The 3.0 one depends on suds-jurko. Anyway, I hope it will now be merged soon!

Op 10 nov. 2017 08:50 schreef "Stefan Rijnhart (Opener)" < notifications@github.com>:

Rebased, and still green!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fulfilio/python-magento/pull/16#issuecomment-343399413, or mute the thread https://github.com/notifications/unsubscribe-auth/ABZf9P_saF4z54tuwKdXAAplOZkEfQzPks5s1ABTgaJpZM4O3cdq .

sharoonthomas commented 5 years ago

@StefanRijnhart is this something you are still using and should this be merged?

StefanRijnhart commented 5 years ago

Yes, absolutely! This allows us to push pickings, invoices and stock levels to Magento2.

sharoonthomas commented 5 years ago

great, @StefanRijnhart could you send this PR to develop branch instead? That's the development version and we can merge it there. This will then be merged into master on next release.

StefanRijnhart commented 5 years ago

Here you go: https://github.com/fulfilio/python-magento/pull/22