Viewing order summary
The Order summary page provides a summary of the order that the customer places, including the product, the delivery method, and the price.
- The
getCompleteOrderDetailsAPI is called to get the order details. - The
getCompleteOrderLineListAPI is called to get the order line details.
The Order summary page provides a summary of the order including the product details, delivery method, and the price. From the Order summary page, the store associate can print a receipt and email the receipt.
The store associate can add notes and also view the total number of notes and the existing
comments, which include both user logged and automatically logged events. The
getNoteList API is called to retrieve the comments saved to the order. The store
associate can add a new note and the changeOrder API is called to save the notes to
the order.
Clicking the order total and item total opens the Order total and View product total windows respectively. The price and charges in these windows are not editable.
From the Order summary page, you can perform various tasks such as print and email receipts, add notes, track order, and cancel order, if required by the customer.