Irena
Irena

Reputation:

How to get status when order is updated in Magento?

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

Answers (1)

user1638055
user1638055

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

Related Questions