-
- DaveClick

-
Total Posts: 2
Joined: 2010-08-31
|
Hi Guys,
I am currently building an import script to automatically add articles to my shop.
This works fine, so far. The only problem is, that I can\’t update the stock.
I am using the core api ($product = Mage::getModel(\’catalog/product\’);) and I really don\’t want to use soap.
Is there a way to do the stockupdate without soap or direct sql-queries?
I can retrieve the stock with stuff like
$product->getStockItem()->getUseConfigManageStock() $product->getStockItem()->getQty()
Is there a way?
|