Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道在请求单个产品时可以获取库存数据:
http://magentohost/api/rest/products/:id
但请告诉我,在请求列表时有一种方法可以获取 stock_data:
http://magentohost/api/rest/products
我正在尝试进行包含所有这些数据的大型导入(> 10k 产品),并且一个接一个地执行它太慢了。
有人知道解决这个问题的方法吗?
http://magentohost/api/rest/stockitems
为 REST API 提供包含库存详细信息的产品列表。