Log in
Model

Skip

Magento\CatalogImportExport\Model\Import\Product\Skip

What it does

This is a custom exception class used during product import operations to indicate that a specific product row should be skipped without stopping the entire import process.

Developers use this exception to gracefully handle invalid or problematic product data during CSV imports, allowing the import to continue processing remaining rows while logging which items were skipped.