如何通过 SOAP 在 Magento 中创建多个发货?
我正在使用 SOAP 将发货添加到 Magento 订单中,但我需要能够修改现有发货并添加其他发货。
我可以添加货件和轨道#,但如果用户由于某种原因取消货件,我想删除该货件,然后创建新的货件。我看不出有什么办法可以做到这一点。
如果我只是尝试添加另一批货件,则会收到 SOAP 错误。
未捕获的 SoapFault 异常:[102] 无法为订单发货
I'm using SOAP to add a shipment to a Magento order but I need to have the ability to modify existing shipments, and add additional shipments.
I can add a shipment and a track # but if the user voids a shipment for some reason I'd like to remove the shipment and then create a new shipment. I don't see a way to do this.
If I just try to add another shipment then I get a SOAP error.
Uncaught SoapFault exception: [102] Cannot do shipment for order
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以做到,你需要创建 SOAP 应用程序用于运输和安装您需要为 magento 添加新的扩展。
例子:
1.通过SOAP构建我的运费应用程序,为magento提供查询运费。
http://ship.chinabuye.com/Soap_Server.php?wsdl
2.magento端的插件,可以定义SOAP URL &折扣。您可以在购物车中预览
http://www.chinabuye.com
yes you can do it,you need creat SOAP app for shipment & you need add new extension for magento.
example:
1.mine shipping app via SOAP,provide query shipping fee for magento.
http://ship.chinabuye.com/Soap_Server.php?wsdl
2.a plugin on magento side,can be defined SOAP URL & discount.you can preview in cart
http://www.chinabuye.com