II.
LibraryProcess overview
Reference · livelib-process:supply-chain--cost-to-serve
cost-to-serve overview
Supply Chain Cost-to-Serve Analysis - Calculate total cost to serve by customer, product, or channel including procurement, inventory, logistics, and service costs for profitability insights.
Attributes
displayName
cost-to-serve
description
Supply Chain Cost-to-Serve Analysis - Calculate total cost to serve by customer, product,
or channel including procurement, inventory, logistics, and service costs for profitability insights.
libraryPath
library/specializations/domains/business/supply-chain/cost-to-serve.js
specialization
supply-chain
references
- - McKinsey Supply Chain Cost-to-Serve: https://www.mckinsey.com/capabilities/operations/how-we-help-clients/supply-chain - Gartner Cost-to-Serve: https://www.gartner.com/
example
const result = await orchestrate('specializations/domains/business/supply-chain/cost-to-serve', {
customers: ['Customer A', 'Customer B'],
products: ['Product X', 'Product Y'],
channels: ['Direct', 'Distribution'],
costData: { procurement: {...}, logistics: {...} }
});
usesAgents
- cost-collector
- procurement-analyst
- inventory-cost-analyst
- logistics-cost-analyst
- service-cost-analyst
- cts-calculator
- profitability-analyst
- optimization-advisor
Outgoing edges
lib_applies_to_domain1
- domain:supply-chain·DomainSupply Chain
lib_belongs_to_specialization2
- specialization:supply-chain-optimization·SpecializationSupply Chain Optimization
- specialization:supply-chain·SpecializationSupply Chain
lib_implements_workflow2
- workflow:vendor-onboarding·WorkflowVendor Onboarding
- workflow:vendor-evaluation·WorkflowVendor Evaluation
lib_involves_role2
- role:supply-chain-analyst·RoleSupply Chain Analyst
- role:procurement-manager·RoleProcurement Manager
lib_requires_skill_area2
- skill-area:procurement-management·SkillAreaProcurement Management
- skill-area:vendor-management-ops·SkillAreaVendor Management (Operations)
uses_agent1
- lib-agent:supply-chain--procurement-analyst·LibraryAgentprocurement-analyst
Incoming edges
None.