cancel
Showing results for 
Search instead for 
Did you mean: 

API Support - catalogInventoryStockItemList (SOAP V2)

SOLVED

API Support - catalogInventoryStockItemList (SOAP V2)

Hi Forum,

 

I am using Magento 1.9.3.1.

I am consuming catalogInventoryStockItemList(SOAP V2), but the store has more then one storeView.

According to the documentation below, there is no option to set the CurrentStore for this method or set the storeView like an argument:
http://devdocs.magento.com/guides/m1x/api/soap/catalogInventory/cataloginventory_stock_item.list.htm...

I already consulted the list of stores by method storeList and is ok:
http://devdocs.magento.com/guides/m1x/api/soap/miscellaneous/store.list.html

I can set the nStoreView by methods catalog_category.currentStore and catalogProductCurrentStore, but if I use the method catalogInventoryStockItemList I receive alwais the same quantity from the only one storeView.

Could someone tell me what method I should use to get the balance of the different storeViews by API Soap V2?

Tks.,
Rubens

1 ACCEPTED SOLUTION

Accepted Solutions

Re: API Support - catalogInventoryStockItemList (SOAP V2)

Sorry @RubensCastro, I've missed the Magento 2 part (but the answer is the same, Inventory is global for both versions)

View solution in original post

2 REPLIES 2

Re: API Support - catalogInventoryStockItemList (SOAP V2)

Hi @RubensCastro,

 

I guess the answer is that Inventory on Magento 1 is global. You can't handle sotck per websites (like, for example, prices).

Re: API Support - catalogInventoryStockItemList (SOAP V2)

Sorry @RubensCastro, I've missed the Magento 2 part (but the answer is the same, Inventory is global for both versions)