1

Is there anyway to call catalogProductList and have it return the prices along with the other default product data in one call? Or, do I have to make "n" number of catalogProductInfo calls on each product individually? In my case, if I call catalogProductList, it returns over 1000 products and then I am having to do a catalogProductInfo on each of the over 1000 products which just breaks the program from having over 1000 API calls.

4

1 回答 1

0

我的任务是从我的公司得到类似的东西。我们无法找到一种方法来轻松获取所有商品的价格。我们发现抢价格的唯一方法是catalogProductInfo像你说的那样打电话“n”次。我们计划简单地扩展 Magento API 以提供拉取/更新这些数据的方法。

于 2012-06-27T18:24:25.963 回答