gpt4 book ai didi

magento - Magento-通过API更新订单状态

转载 作者:行者123 更新时间:2023-12-04 13:34:21 29 4
gpt4 key购买 nike

我添加了自定义订单状态选项。
有谁知道我如何通过API将其设置为自定义值?

最佳答案

感谢Diglin为我指出的正确位置。只是为了正确地给出答案:

您可以使用addComment方法来执行此操作,该方法还可以让您将新订单状态指定为其参数之一。

$sku='100000003';
$orderStatus = 'Downloaded';
$comment = 'The order was successfully downloaded';
$sendEmailToCustomer = false;

$proxy->call($sessionId, 'sales_order.addComment', array($sku, $orderStatus, $comment, $sendEmailToCustomer));

希望这对某人有帮助。

关于magento - Magento-通过API更新订单状态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7819979/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com