Skip to content

Advice and help on 175+ webhosting accounts

I have a dedicated server through OVH that I am hosting 175+ accounts with the bulk majority of them using wordpress. Nothing crazy. Lately … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1903084&goto=newpost

Updating products in bulk with async endpoint fails with error getProductFromLocalCache() must be of the type string, null given

I’m trying to update multiple items as a batch in Version 2.4.3-p1 $productUpdates = []; foreach ($updates as $magento_sku => $data) { $productUpdates[] = [ ‘sku’ => $magento_sku, ‘product’ => [ ‘price’ => $data[‘price’], ‘extension_attributes’ => [ ‘stock_item’ => [… Read More »Updating products in bulk with async endpoint fails with error getProductFromLocalCache() must be of the type string, null given