-- Example only
INSERT INTO sku_mappings(shopify_sku, netsuite_item_id, netsuite_item_name, is_active, created_at, updated_at)
VALUES
('CD04-SJJ2-5Kg', '3025', 'Sample 5Kg Item', 1, NOW(), NOW()),
('SKU-ABC', '1234', 'Sample Item A', 1, NOW(), NOW());
