II.
LibraryProcess overview
Reference · livelib-process:logistics--multi-channel-fulfillment
multi-channel-fulfillment overview
Integrated fulfillment strategy for omnichannel operations including ship-from-store, BOPIS, and unified inventory allocation.
Attributes
displayName
multi-channel-fulfillment
description
Integrated fulfillment strategy for omnichannel operations including ship-from-store, BOPIS, and unified inventory allocation.
libraryPath
library/specializations/domains/business/logistics/multi-channel-fulfillment.js
specialization
logistics
references
- - RILA Retail Industry: https://www.rila.org/ - Omnichannel Fulfillment: https://www.supplychaindive.com/
example
const result = await orchestrate('specializations/domains/business/logistics/multi-channel-fulfillment', {
orders: [{ id: 'O001', channel: 'ecommerce', items: [{ sku: 'SKU001', qty: 1 }] }],
channels: ['ecommerce', 'retail', 'marketplace'],
inventoryPools: [{ id: 'DC1', type: 'distribution-center' }, { id: 'S001', type: 'store' }]
});
usesAgents
- channel-analyst
- inventory-visibility-specialist
- fulfillment-options-specialist
- sourcing-optimizer
- bopis-orchestrator
- ship-from-store-coordinator
- split-shipment-manager
- omni-channel-communication-specialist
- omni-channel-analytics-specialist
Outgoing edges
lib_applies_to_domain1
- domain:logistics·DomainLogistics
lib_belongs_to_specialization1
- specialization:logistics·SpecializationLogistics
lib_implements_workflow1
- workflow:strategic-planning·WorkflowStrategic Planning
lib_involves_role2
- role:supply-chain-analyst·RoleSupply Chain Analyst
- role:operations-analyst·RoleOperations Analyst
lib_requires_skill_area2
- skill-area:procurement-management·SkillAreaProcurement Management
- skill-area:organizational-design·SkillAreaOrganizational Design
Incoming edges
None.