This document describes an e-commerce system with entities for Admin, Products, Customers, and Payments. The Admin can view, add, delete items and manage carts and shipments. Products have attributes like size, color, material and weight. Customers can view items, add to cart, delete from cart, and make payments. Payments have attributes for card type, number, name and expiry.
This document describes an e-commerce system with entities for Admin, Products, Customers, and Payments. The Admin can view, add, delete items and manage carts and shipments. Products have attributes like size, color, material and weight. Customers can view items, add to cart, delete from cart, and make payments. Payments have attributes for card type, number, name and expiry.