Magento Expert Forum - Improve your Magento experience

Results 1 to 4 of 4

Best file to integrate order raising API to 3rd party logistics system?

  1. #1
    New member
    Join Date
    Jun 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Best file to integrate order raising API to 3rd party logistics system?

    Hi All,
    Hope everyone is well.
    Just need some advice from the mage experts here!!
    I’m very new to magento - and I’m migrating all of my stores from osCommerce to magento, so yay!
    I need to integrate my new magento install with my existing 3rd party logistic system.
    So when an order processed (has been paid for through the payment gateway) at the same time / or just right after.
    I need to make some calls with the order details (shipping address, etc.) to the 3rd party server using a PHP API.
    Could someone point me in the right direction about what file do you think is best to integrate this type of API call into?
    Idealy it would be a page that has all the order information already loaded into an array (so I don’t have to do another db query).
    In osCommerce I had it in checkout_process.php - is there an equivalent in mage?
    Thanks so much for your help!!

    View more threads in the same category:


  2. #2
    Administrator david's Avatar
    Join Date
    Nov 2012
    Posts
    261
    Thanks
    22
    Thanked 42 Times in 34 Posts

    Default

    Let 's hook into the events of the Models, you can look at these hooks
    Code:
    sales_quote_save_before
    sales_quote_save_after

  3. #3
    New member
    Join Date
    Jul 2014
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi

    How are you??

    If you are new no worry I am here to help you
    WELCOME IN MAGENTO

    You can join me on skype: iweballey.dharmesh

    Best Regards
    Dharmesh Khalas
    whats up +919016038465





    Quote Originally Posted by loginid View Post
    Hi All,
    Hope everyone is well.
    Just need some advice from the mage experts here!!
    I’m very new to magento - and I’m migrating all of my stores from osCommerce to magento, so yay!
    I need to integrate my new magento install with my existing 3rd party logistic system.
    So when an order processed (has been paid for through the payment gateway) at the same time / or just right after.
    I need to make some calls with the order details (shipping address, etc.) to the 3rd party server using a PHP API.
    Could someone point me in the right direction about what file do you think is best to integrate this type of API call into?
    Idealy it would be a page that has all the order information already loaded into an array (so I don’t have to do another db query).
    In osCommerce I had it in checkout_process.php - is there an equivalent in mage?
    Thanks so much for your help!!

  4. #4
    New member
    Join Date
    Jun 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by david View Post
    Let 's hook into the events of the Models, you can look at these hooks
    Code:
    sales_quote_save_before
    sales_quote_save_after
    Thanks for your help David..
    I'll definitely look into this as I didn't even know where to begin!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •