Add notes to an order
The store associate can click Add Notes from the View Cart screen for a
draft order and Order Summary screen for a confirmed order, to view or add
notes. A pop-up window is displayed with the total number of notes and the existing notes which
include both user logged and automatically logged events. The getNoteList API is
called to retrieve the notes saved on the order. The store associate can enter a new note in the
text box, mark it as important if required, and then click Add. The changeOrder API
is called to save the notes on the order.