Order model

To store the orders, we will define a Mongoose Schema for the order model that will record the customer details along with user account reference, delivery address information, payment reference, created and updated-at timestamps, and an array of ordered products where the structure of each product will be defined in a separate subschema called CartItemSchema.

Get Full-Stack React Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.