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?