nerdexam
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)
  • A
    4% (1)
  • B
    13% (3)
  • C
    79% (19)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full M70-101 Practice