如何通过 SOAP 在 Magento 中创建多个发货?

发布于 2024-10-24 03:12:49 字数 205 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风筝有风,海豚有海 2024-10-31 03:12:49

是的,你可以做到,你需要创建 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文