When the operation is "Skip," script shouldn't care if the product data is valid or empty. This warning probably exists because it's supposed to print "Skipping product [whatever]" but if the ID is empty it can't. The way the warning is written, it implies the product was skipped because the ID is empty, when actually it was instructed to skip.
Fix this to make more sense, ahead of #28 logging rework.
When the operation is "Skip," script shouldn't care if the product data is valid or empty. This warning probably exists because it's supposed to print "Skipping product [whatever]" but if the ID is empty it can't. The way the warning is written, it implies the product was skipped because the ID is empty, when actually it was instructed to skip.
Fix this to make more sense, ahead of #28 logging rework.