This addon will allow you to manually and/or automatically create a .csv export file where you can import/map the customers shipping information directly into the UPS Worldship software saving you from having to manually enter the shipping data for each order. When completed you should just be able to enter the OSC order number into the customer id field of worldship and hava all of the shipping data already completed for you. The first section of the instructions places an "export to UPS" button in the Admin order view so that you may select, on an order by order basis which orders get exported, while the second half of the instructions allow you to automatically export all orders as they are placed through the catalog files (this is optional).
Legend: 
Download

Report
Made some improvements and bug fixes. These include:
1) Remving hard-coding of the country ISO2 code (was hardcoded as US). Now countries are pulled from the db directly and read into the file.
2) Added headers to the CSV output (WorldShip requires these)
3) Added column for second address line (suite/apt number etc).
It now makes a correct myups file including ALL that are marked "in process".
A slightly different approach to getting the CSV export data. Rather than appending it to a csv file which must be downloaded separately, this change makes it so the csv file is immediately downloaded when the UPS icon is clicked.
Realized I missed an instruction/edit in the instructions file which would prevent the 2 digit state code from being passed. Also added support for a second address line, which is recommended to prevent extra commas being inserted into the street address by the customer.
This addon will allow you to manually and/or automatically create a .csv export file where you can import/map the customers shipping information directly into the UPS Worldship software saving you from having to manually enter the shipping data for each order. When completed you should just be able to enter the OSC order number into the customer id field of worldship and hava all of the shipping data already completed for you. The first section of the instructions places an "export to UPS" button in the Admin order view so that you may select, on an order by order basis which orders get exported, while the second half of the instructions allow you to automatically export all orders as they are placed through the catalog files (this is optional).