如何使用 Magento Core API 创建可配置产品
我使用 Magento Core API (SOAP) 导入简单产品没有问题。如何使用相同的 API 创建可配置的产品?根本没有这方面的文档。一个小例子将非常有用。
谢谢。
I have no problem importing simple products using Magento Core API (SOAP). How can I create configurable products using the same API? There is no documentation on this at all. A small example would be very useful.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有弄清楚如何将可配置项和简单项与 API 关联起来。我的解决方法是使用 SKU 格式 master-size-colour,然后使用笨拙的 mySQL 脚本来连接任何杂散产品。该脚本可以在 cron 上运行。
I have yet to be able to work out how to associate configurables and simples together with the API. My workaround is to have a SKU format master-size-colour and then a clumsy mySQL script to hook up any stray products. The script can run on a cron.