Validation step tweaks, remove remaining references to old version

This commit is contained in:
2026-01-19 13:11:35 -05:00
parent 43d76e011d
commit 7218e7cc3f
43 changed files with 144 additions and 25 deletions

View File

@@ -1394,7 +1394,7 @@ router.get('/check-upc-and-generate-sku', async (req, res) => {
if (upcCheck.length > 0) {
return res.status(409).json({
error: 'UPC already exists',
error: 'A product with this UPC already exists',
existingProductId: upcCheck[0].pid,
existingItemNumber: upcCheck[0].itemnumber
});