I am using shipworks for shipping and pulling orders data from a shopping store.Now i want to pull a new order field which is not supported by shipworks xml.What could be the possible way to pull the unsupported order fields from shopping store and also display it on shipworks orders grid.
Any help
Question posted in Oscommerce
The official documentation can be found here
The official documentation can be found here
2
Answers
http://www.interapptive.com/ShipWorksIntegrationGuide.pdf
Also some details at the very bottom of this page, http://www.shipworks.com/shipworks/help
We needed to add some custom information and shipworks was very helpfull and we got it done.
If you open up the shipworks3.php file you will see the following around line 760
You can either use an attribute or tweak it for an order attribute.
If you let me know specifically what order details you’re trying to import I can provide more guidance.