🚚 Supply Chain Management

Definition: The management of the flow of goods and services, including all processes that transform raw materials into final products, from supplier to end customer.

Key courses: HBS TOM, Wharton OIDD, MIT SCM (bonus)


πŸ—ΊοΈ The Supply Chain Structure

flowchart TD
    RM[πŸ“¦ Raw Material Suppliers] -->|Materials + Info| CM[βš™οΈ Component Manufacturers]
    CM -->|Materials + Info| MA[🏭 Manufacturers / Assemblers]
    MA -->|Goods + Info| DW[πŸš› Distributors / Wholesalers]
    DW -->|Goods + Info| RT[🏬 Retailers / DTC]
    RT -->|Products| EC[πŸ›’ End Customers]
    
    %% Reverse flows (money/demand)
    EC -.->|Demand + Capital| DW
    DW -.->|Orders + Capital| MA
    MA -.->|Orders + Capital| RM

Each arrow represents flows of: Materials + Information + Finances


πŸ”‘ Core Trade-Off: Efficiency vs. Responsiveness

StrategyEfficiency FocusResponsiveness Focus
GoalLowest costReact fast to demand
SupplyReliable, high-volume suppliersFlexible, redundant suppliers
InventoryMinimal (JIT)Buffer stock
Lead timeAcceptable longer leadsShort, fast leads
Best forStable, predictable demandVolatile, fashion, seasonal
ExampleToyota (stable products)Zara (fast fashion)

πŸ“¦ Inventory Management

Economic Order Quantity (EOQ)

VariableMeaning
DAnnual demand
SOrdering cost per order
HHolding cost per unit per year

EOQ finds the order size that minimizes total inventory cost (ordering cost + holding cost).

Safety Stock

  • z = service level z-score (e.g., z=1.65 for 95%)
  • Οƒ_demand = standard deviation of demand
  • LT = lead time

Reorder Point = Lead Time Demand + Safety Stock

Just-In-Time (JIT)

  • Zero inventory philosophy from Toyota
  • Receive materials only when needed in production
  • Requires tight supplier relationships and predictable demand
  • Risk: Supply disruptions (COVID-19 exposed JIT vulnerabilities)

🌊 The Bullwhip Effect

Definition: Small fluctuations in consumer demand cause amplified swings in orders further up the supply chain.

Consumer buys 100 units β†’ Retailer orders 120 β†’ Wholesaler orders 150 β†’ Manufacturer orders 200

Causes:

  • Demand forecast errors
  • Order batching (ordering weekly instead of daily)
  • Price fluctuations (forward buying)
  • Rationing game (shortage hoarding)

Solutions:

  • Vendor-Managed Inventory (VMI)
  • Sharing POS data with suppliers (CPFR)
  • Everyday low pricing (eliminate promotions that cause hoarding)
  • EDI / real-time information sharing

🌍 Global Supply Chain Strategy

Offshoring vs. Reshoring vs. Nearshoring

StrategyDefinitionTrend
OffshoringProduction in low-cost distant countryDeclining post-COVID
ReshoringBringing production homeGrowing (chips, pharma)
NearshoringMoving to nearby countriesGrowing (Mexico for US)

Drivers of reshoring (post-2020):

  • COVID supply chain disruptions
  • Geopolitical risk (China tension)
  • Rising labor costs in Asia
  • β€œMade in USA” brand value
  • Inflation Reduction Act incentives

πŸ”„ Case: Zara’s Supply Chain Advantage

Zara (Inditex) reinvented fashion supply chains:

Traditional RetailerZara
Plan 6–12 months aheadDesign to shelf in 2–4 weeks
Large batch ordersSmall batch orders
Low cost manufacturingSpain/Portugal manufacturing (near)
Rarely stockouts managedIntentional scarcity
Price markdownsAlmost no markdowns

Result: Zara carries 1/10th the inventory of peers, at higher margins, with 30% less waste.


πŸ”— Connected Concepts


← βš™οΈ Operations MOC | Related: Lean Manufacturing Β· Theory of Constraints Β· Bullwhip Effect