Currently we directly integrate with the following shopping carts:


Amazon, eBay, Volusion, Shopify, Magento, Magento Go, BigCommerce, 3dcart


For stores on carts that we do not currently integrate into, you can still use OrderCup to export the shipment info. You can do this by creating a standalone store in OrderCup and exporting the shipping info in XML format.
 

Once you process shipments for orders, you can export shipments by

1. Go to the Shipments tab to Click on the "Export" button export the shipments.

      

2.  Choose Shipments (XML) from list box, it will generate pop-up to Export Shipments. Select Filter Criteria as per requirement and Click on "Export" button at bottom to export shipments as XML.




Sample XML format for Shipment Info


<?xml version="1.0" encoding="UTF-8"?>
<orders> 
 <order> 
 <order_id>1006</order_id> 
 <shipments> 
 <shipment_info> 
 <shipping_weight unit='pounds'>1.5</shipping_weight> 
 <ship_method>FEDEX - Home Delivery</ship_method> 
 <ship_date>04-13-11</ship_date> 
 <tracking_number>901378515039847</tracking_number> 
 <cost>$8.32</cost> 
 </shipment_info> 
 </shipments> 
 </order> 
 <order> 
 <order_id>1006</order_id>
 <shipments> 
 <shipment_info> 
 <shipping_weight unit='pounds'>2.5</shipping_weight> 
 <ship_method>FEDEX - Ground Service</ship_method> 
 <ship_date>04-13-11</ship_date> 
 <tracking_number>901378515039830</tracking_number> 
 <cost>$5.69</cost> 
 </shipment_info> 
 </shipments> 
 </order> 
</orders>