Briefing Magento Knowledge

How can you update a third-party system with every new …

How can you update a third-party system with every new order created in Magento?

A.
Use the native sales_order.update API call.

B.
Use a sales_order_place_after API call.

C.
Create an observer in Magento on the sales_order_place_after event.

D.
Customize the third-party system to listen to Magento’s sales__order_place_after event.