I've done this several times for clients. Usually I just make a Django command to export new orders and another to import order status updates. The latter then sets the appropriate status for updated items.
It isn't built into Satchmo because requirements are much too situation-specific to generalize. On Wed, Dec 29, 2010 at 2:02 PM, Doug Van Horn <[email protected]>wrote: > I'm looking at bringing a new store online for a customer using > Satchmo and I'm trying to work out the warehouse integration details. > > In the common scenario, orders need to be exported to a custom CSV > format for import into a Warehouse Management System (WMS). Exporting > from Satchmo would change the status to "In Process". > > When orders are completed at the warehouse, a CSV export would be > generated from their WMS containing order numbers and tracking > numbers. That CSV would be imported into Satchmo and order status > would move to "Shipped", triggering customer emails, captures, etc. > > I can't seem to find this kind of functionality in Satchmo, so I'm > wondering if anyone has run into this kind of requirement. I would > think it's pretty standard for anyone running a store and using a 3PL > warehouse for their fulfillment. > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- Bruce Kroeze http://www.ecomsmith.com It's time to hammer your site into shape. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
