Magento
M70-201 · Question #114
How can you update a third-party system with every new order created in Magento?
The correct answer is C. Create an observer in Magento on the sales_order_place_after event. See the full explanation below for the reasoning.
Question
How can you update a third-party system with every new order created in Magento?
Options
- AUse the native sales_order.update API call.
- BUse a sales_order_place_after API call.
- CCreate an observer in Magento on the sales_order_place_after event.
- DCustomize the third-party system to listen to Magento's sales_order_place_after event.
How the community answered
(62 responses)- A10% (6)
- B2% (1)
- C84% (52)
- D5% (3)
Community Discussion
No community discussion yet for this question.