cancel
Showing results for 
Search instead for 
Did you mean: 

rest/all/async/bulk/V1/products/bySku not working anymore in 2.4.3?

rest/all/async/bulk/V1/products/bySku not working anymore in 2.4.3?

Hello

 

we just upgraded to Magento 2.4.3 (from 2.3.6) and now we can't save any products with the async bulk REST endpoint.

 

No matter what payload we send, the debug-log says:

 

[2021-09-18 08:20:46] main.CRITICAL: TypeError: Argument 3 passed to Magento\Framework\Webapi\ServiceInputProcessor:Smiley Tonguerocess() must be of the type array, string given, called in /home/adiinfo/magento-2.4.2-3/apps/magento/htdocs/vendor/magento/module-webapi-async/Controller/Rest/Asynchronous/InputParamsResolver.php on line 154 and defined in /home/adiinfo/magento-2.4.2-3/apps/magento/htdocs/vendor/magento/framework/Webapi/ServiceInputProcessor.php:172

 

Example payload (shortended for easier reading):

[
{
"product": {
"attribute_set_id": 9,
"visibility": 4,
"price": 0.0,
"type_id": "simple",
"name": "PURLATEX FS-PROTECT Innen Matt 10",
"weight": 1.0,
"sku": "8000900",
"status": 1
}
}
]
 
anyone seen this before?
 
Thanks
Andrej