JSON

Supply Chain Phases - JSON

Supply Chain Phases are the six primary processes (Plan, Source, Make, Deliver, Return, and Enable) defined by the Supply Chain Operations Reference (SCOR) Model. Developed by the Supply Chain Council (now ASCM), this framework has become the industry standard for analyzing, improving, and benchmarking supply chain operations. Each phase provides a systematic approach to enhancing supply chain efficiency, reliability, and responsiveness.

SCOR Model Supply Chain Management Logistics Procurement Manufacturing Operations Management
[
  {
    "code": "PLAN",
    "slug": "plan",
    "name": "Plan",
    "description": "The process of developing a strategy to balance demand and supply."
  },
  {
    "code": "SOURCE",
    "slug": "source",
    "name": "Source",
    "description": "The procurement process of acquiring raw materials and components from suppliers."
  },
  {
    "code": "MAKE",
    "slug": "make",
    "name": "Make",
    "description": "The production process of transforming raw materials into finished products."
  },
  {
    "code": "DELIVER",
    "slug": "deliver",
    "name": "Deliver",
    "description": "The logistics and distribution process of delivering products to customers."
  },
  {
    "code": "RETURN",
    "slug": "return",
    "name": "Return",
    "description": "The reverse logistics process for handling product returns and recycling."
  },
  {
    "code": "ENABLE",
    "slug": "enable",
    "name": "Enable",
    "description": "The management and support processes that sustain supply chain activities."
  }
]