Products: Attributes: Product ID, Name, Description, Price, Supplier ID, Category Explanation: Products are the items managed by the system. They are Products relate to other resources such as Orders (for tracking sales), Suppliers (for managing procurement), and Warehouses (for tracking storage).
Warehouses: Attributes: Warehouse ID, Name, Location, Capacity, Manager ID Explanation: Warehouses are physical locations where inventory items are stored. Warehouses are related to Products (for storing inventory), Orders (for fulfillment), and Suppliers (for receiving goods).
Orders: Attributes: Order ID, Customer ID, Order Date, Delivery Date, Status, Total Amount, Payment Status Explanation: Orders represent requests for products made by customers. Orders are related to Products (for the items being ordered), Customers (who place the orders), Warehouses (for fulfillment), and Suppliers (for purchasing inventory).
Suppliers: Attributes: Supplier ID, Name, Contact Information, Address, Payment Terms Explanation: Suppliers are external entities ,Suppliers are related to Products (as they provide the inventory), Orders (for purchasing items), and Warehouses (for receiving goods).
https://app.swaggerhub.com/apis/SaeedMosaffer/inventory-management-system/1.0.0-oas3.1

