This chapter covers working with orders, including creating them via a checkout process, viewing the details of orders as either an administrator or a user, and searching or sorting them. We'll use the display and editor templates for the Address type that we created earlier in the book to simplify some of the view code in this chapter. We don’t cover any payment provider integration during this book, but in a real-world system, you would need to add a step to the checkout process to obtain and verify payments prior to confirming an order.
Note
If you want to ...