cancel
Showing results for 
Search instead for 
Did you mean: 
mike73
First-timer (legacy)
Status: Completed
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.
5 Comments
dmcswain
First-timer (legacy)
We need the same capability. Currently, users have to: - mouse into the search box to set the focus - scan the barcode - click on an item in the search results to view the order We would like to be able to: - scan a barcode without mousing to an input - perform a search (as you don now) - if there is only one item in the search results then display the order details dialog We tried using Ctrl-Shift-S (Barcode Scan Search) but the subsequent dialog does not support scanning barcodes to apply presets (Barcode Scan Actions). Since this feature is much loved, it was not a worthwhile tradeoff. For us, fixing this would be an option as well.
douglsmith
Occasional Contributor

I know this doesn't fully answer your need, but the keystroke "p" will print a label. That can be encoded into a barcode and put in a convenient place on the workstation. Then you scan the box barcode followed by the print barcode. It's two scans but at least the operator doesn't have to put the scanner down for it.

 

Here's a page where you can enter the letter "p" and it will generate a code 128 barcode for it.

https://graphicore.github.io/librebarcode/documentation/code128

 

We do something similar for selecting box sizes, getting the scale weight, printing, etc. We use QR codes on stickers since our scanners can handle them and they scan very reliably.

Anon2u
New Contributor

Could you please elaborate on how you input box size information into your orders through QR code?

We would like to adopt this type of workflow with our 2d barcode scanners.

douglsmith
Occasional Contributor

@Anon2u In your ShipStation settings, go to Shipping, then Packages, then the Custom tab. Enter all of your box sizes there.

 

Now go to your Orders tab and open any unshipped order. Under the Config Shipment area there should be a menu at the top that says Apply Preset. Click that menu and scroll all the way down and select the Manage Presets option at the end.

 

That should open a window where you can edit presets. Now add a preset for each box type you would like to be able to scan. Each one must have a hotkey because the barcodes will represent the assigned keystroke. Use the Add Shipping Option menu, select Package, then choose a package from the list to go with that preset.

 

Finally, at the bottom of the window you will find a link to Print Hotkeys and Barcodes. That prints a sheet with a barcode for each of those presets. When scanned with an order open it will apply the associated box size to the order.

Anon2u
New Contributor

@douglsmith Success! Your instructions were detailed and easy to follow. Thank you for taking the time to help!