1
我知道提出請求個別產品的時候,我可以得到股票數據:獲取從Magento的API stock_data get請求
http://magentohost/api/rest/products/:id
但請告訴我,有一種方法請求列表時獲得stock_data :
http://magentohost/api/rest/products
我試圖做大量進口(> 10K的產品),包括所有這些數據,而且做起來一個接一個的方式過於緩慢。
任何人都知道解決這個問題的方法?
我認爲肥皂Api會很好請在這裏引用http://www.magentocommerce.com/api/soap/catalogInventory/cataloginventory_stock_item.list.html – chanz
我正在使用休息,所以這是行不通的。 – Nathan
http:// magentohost/api/rest/stockitems我已經看到了休息的維基,它說它會提供列表 – chanz