Products ordered

The main content of the order will be the list of products ordered along with details, such as quantity of each. We will record this list in a field called products in the Order schema. The structure of each product will be defined separately in CartItemSchema.

mern-marketplace/server/models/order.model.js:

products: [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.