标签: magento
我需要设置一个函数/触发器,它将从Magento向另一个站点(我将定义的URL,例如http://mysite.com/orders/:orderid/cancelled)发送响应 - 更新订单状态或创建贷项凭证。那可能吗?
答案 0 :(得分:2)
你检查过Magento事件了吗?我认为 catalog_product_status_update 和 sales_creditmemo_item_save_after 听起来很有希望吗?
此致