Hello,
I use Talend to import 1'000 products per API call and I encountered some issues when I tried to import products gallery images.
The code in ApiImport/code/Model/Import/Api/V2.php line 49 set the value of _media_is_disabled to NULL and it causes an SQL error because this value cannot be NULL.
Why is it needed to remove empty values?
Hello,
I use Talend to import 1'000 products per API call and I encountered some issues when I tried to import products gallery images.
The code in ApiImport/code/Model/Import/Api/V2.php line 49 set the value of _media_is_disabled to NULL and it causes an SQL error because this value cannot be NULL.
Why is it needed to remove empty values?