Reputation:
I need to set a function/trigger that will send response to another site (URL that I'll define, for example http://mysite.com/orders/:orderid/cancelled) from Magento - when an order status is updated OR a credit memo is created. Is that possible?
Upvotes: 1
Views: 273
Reputation: 492
Did you check the Magento events? I think catalog_product_status_update and sales_creditmemo_item_save_after sound promising?
Regards
Upvotes: 2