Question

this may not be the right place for this question, but the reason i ask here is because i am a programmer and am thinking about implementing my own solution.

we ship about 1000 packages per day using UPS.

currently there is a lot of manual data entry into the UPS shipping software. the employee will get the package, put it on the scale and input the address and all the necessary details needed to ship the item.

i am thinking of just programmatically creating a 2d barcode that when scanned will automatically fill out the UPS shipping software form.

has anyone done anything like this in .NET? how do companies usually handle high volume UPS shipping? how do you automate processes?

thank you for all of your insight

Was it helpful?

Solution

Look at WorldShip's keyed import. Basically generate a barcode in your application - there are many ways with that for .NET - with a unique key or identifier that looks up the orders in a database. WorldShip's mapping will pull the appropriate record and fill in the values using a CSV file or database.

It would be hard to know what you are integrating with whether a web application or desktop application.

There are other options available too. Generally the "sales rep" with UPS has contacts in the company to help people work better with UPS's systems. See: http://www.ups.com/content/us/en/resources/techsupport/worldship/integrate.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top