Magento - 使用 Magento API 从 PHP 添加捆绑产品
是否可以使用 Magento API 添加捆绑产品?如果没有,还有其他方法可以添加捆绑产品吗?
Is it possible to add bundled products with Magento API? If not, is there any other way to add a bundled product?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,有一种解决方法,我自己已经尝试了一段时间了。请参阅这篇文章(使用简单商品的 SKU/ID 以编程方式在 Magento 中添加捆绑产品)来了解以下内容如何进行。
我使用了简单的方法来添加捆绑产品,而不是使用 Web 服务。不过,我认为后者还是有可能的。
Yes there is way around, which I myself have been playing with for some time. Please see this post (Programmatically add Bundle Products in Magento, using the SKU / ID of Simple Items) to get a starting point of how to proceed.
I have used simple way to add Bundle Products, not by using Web Services. However, I think the latter is still possible.