Insert Orders via External Source

Posts: 89
Joined: 11/06/2007
Bug FinderGetting busy with the Ubercode.

I'm wondering what is the best method for inserting orders into Ubercart from an external source? I've debated either to do a drupal_execute() of the checkout form or to insert the rows directly into the database. Any ideas or suggestions? Maybe there is already a function that can be called in Ubercart to do such a thing.

Posts: 89
Joined: 11/06/2007
Bug FinderGetting busy with the Ubercode.

I was looking through the different order functions and saw uc_order_new() and uc_order_save(), these will work for what we need as well as uc_payment_process().