Hi all, I am trying to design a process to handle 100+ small B2C order everyday. I will need batch print packing slip and upload the tracking number back into the item fulfillment.
So my plan will be use fulfill order function to start item fulfillment on to 100+ SO and put it in pack stage, then use print form function to batch print 100+ packing slip from item fulfillment.
After my warehouse packed and got the shipping label done, I’ve got a big csv list with 100+ tracking number match to SO number.
Now here is the catch, seems like there is no easy to turn those 100+ item fulfillment to ship stage and upload their tracking number. Since I already started the the item fulfillment, I cannot use the csv import item fulfillment function, that function only apply to SO without existing item fulfillment (kind of stupid). I can go to mark item to ship page but they don’t support csv upload, I will have to copy and paste line by line. Of course csv import don’t support item fulfillment record. Any ideas?