nerdexam
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)
  • A
    10% (6)
  • B
    2% (1)
  • C
    84% (52)
  • D
    5% (3)

Community Discussion

No community discussion yet for this question.

Full M70-201 Practice