Magento
M70-101 · Question #31
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
(24 responses)- A4% (1)
- B13% (3)
- C79% (19)
- D4% (1)
Community Discussion
No community discussion yet for this question.