Below is a flowchart depicting the appliance supply chain from raw materials to end consumers:

flowchart TD
    %% Main supply chain flow
    A["Raw Material Suppliers"] --> B["Wood/Metal Processing"]
    B --> C["Cabinet Component Manufacturers"]
    C --> D["Cabinet Suppliers/Assemblers"]
    D --> E["Distributors/Wholesalers"]
    E --> F["Retailers"]
    F --> G["End Consumers"]
    
    %% Direct sales path
    D --> F
    D --> G
    
    %% Cabinet types
    C --> C1["Custom Cabinets"]
    C --> C2["Standard Cabinets"]
    C --> C3["Cabinet Doors"]
    C --> C4["Cabinet Drawers"]
    C --> C5["Cabinet Hardware"]
    
    C1 --> D
    C2 --> D
    C3 --> D
    C4 --> D
    C5 --> D
    
    %% Materials flow
    A --> A1["Wood Suppliers"]
    A --> A2["Metal Suppliers"]
    A --> A3["Hardware Suppliers"]
    A --> A4["Finish/Paint Suppliers"]
    
    A1 --> B
    A2 --> B
    A3 --> C
    A4 --> D
    
    %% Circular economy
    G --> H["Refurbishment/Recycling"]
    H --> A

This flowchart illustrates the cabinet suppliers supply chain from raw materials to end consumers. It shows the primary flow of materials and products, including various types of cabinet components (custom cabinets, standard cabinets, doors, drawers, and hardware). The diagram also captures the different material inputs (wood, metal, hardware, finishes) and includes circular economy elements through refurbishment and recycling.

Supply Chain Map In JSON Format

flowchart TD
    %% Main supply chain flow
    A["Raw Material Suppliers"] --> B["Wood/Metal Processing"]
    B --> C["Cabinet Component Manufacturers"]
    C --> D["Cabinet Suppliers/Assemblers"]
    D --> E["Distributors/Wholesalers"]
    E --> F["Retailers"]
    F --> G["End Consumers"]
    
    %% Direct sales path
    D --> F
    D --> G
    
    %% Cabinet types
    C --> C1["Custom Cabinets"]
    C --> C2["Standard Cabinets"]
    C --> C3["Cabinet Doors"]
    C --> C4["Cabinet Drawers"]
    C --> C5["Cabinet Hardware"]
    
    C1 --> D
    C2 --> D
    C3 --> D
    C4 --> D
    C5 --> D
    
    %% Materials flow
    A --> A1["Wood Suppliers"]
    A --> A2["Metal Suppliers"]
    A --> A3["Hardware Suppliers"]
    A --> A4["Finish/Paint Suppliers"]
    
    A1 --> B
    A2 --> B
    A3 --> C
    A4 --> D
    
    %% Circular economy
    G --> H["Refurbishment/Recycling"]
    H --> A