Page 1 of 1

Updating Magento Quantity Available

Posted: Thu 15 Mar 2018 18:23
by jimAtXR
Please confirm that you don't support updating the quantity available for Magento inventory. I have tried using the Magento Destination object with "Action" set to Update without success. I just get an error that says "InventoryStockItems does not support UPDATE operation". I use another tool outside of SSIS that does update inventory using the API operation called "catalogInventoryStockUpdate", but I would rather have this in an SSIS job.

Re: Updating Magento Quantity Available

Posted: Mon 19 Mar 2018 18:07
by Shalex
Magento InventoryStockItems is a view, and it is not possible to write data to this object.