Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要设置一个函数/触发器,它将响应从 Magento 发送到另一个站点(我将定义的 URL,例如http://mysite.com/orders/:orderid/cancelled) - 当订单状态更新或创建贷项凭证。那可能吗?
您检查过 Magento 事件吗?我认为catalog_product_status_update和sales_creditmemo_item_save_after听起来很有希望?
问候