Scan barcode to print shipping label
This is a production line workflow.
We create our shipments via your API ahead of time. So on a given Monday we might have 1,000 shipments already set up that are shipping throughout the week.
This is what we want to do:
- Create a barcode associated with each shipping label
- We print barcodes and place on each box on our production line
- Person scans barcode which automatically finds its matching shipping label and automatically prints the shipping label
It's critical that no clicking or keyboard shortcuts would be required. We need the act of scanning the barcode to be the only thing required with the result being the correct shipping label printed.
As far as I can tell, your software already has all the pieces you'd need to do this pretty easily. It's just a matter of connecting the dots and enabling it as a feature.
This is definitely more of a production line automation, and I bet it would be valuable to customers doing higher volumes.