import-cli-simple icon indicating copy to clipboard operation
import-cli-simple copied to clipboard

Product price is not validated

Open DanieliMi opened this issue 2 years ago • 0 comments

Describe the bug We have cases with products that do not contain a price in the default scope. Those products are imported without issues. I think it would be good to validate that the price is not empty since it is a required field in Magento.

To Reproduce Steps to reproduce the behavior:

  1. Create a CSV with an empty price field
  2. Import the CSV

Expected behavior The import stops with an validation error.

System:

  • OS: Ubuntu 20.04
  • Version: 4.1.2

DanieliMi avatar Nov 08 '23 17:11 DanieliMi