II.
LibraryProcess JSON
Structured · livelib-process:logistics--multi-channel-fulfillment
multi-channel-fulfillment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:logistics--multi-channel-fulfillment",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"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/\n- Omnichannel Fulfillment: https://www.supplychaindive.com/"
],
"example": "const result = await orchestrate('specializations/domains/business/logistics/multi-channel-fulfillment', {\n orders: [{ id: 'O001', channel: 'ecommerce', items: [{ sku: 'SKU001', qty: 1 }] }],\n channels: ['ecommerce', 'retail', 'marketplace'],\n inventoryPools: [{ id: 'DC1', type: 'distribution-center' }, { id: 'S001', type: 'store' }]\n});",
"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"
]
},
"outgoingEdges": [
{
"from": "lib-process:logistics--multi-channel-fulfillment",
"to": "skill-area:procurement-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--multi-channel-fulfillment",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--multi-channel-fulfillment",
"to": "domain:logistics",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--multi-channel-fulfillment",
"to": "role:supply-chain-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--multi-channel-fulfillment",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--multi-channel-fulfillment",
"to": "workflow:strategic-planning",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--multi-channel-fulfillment",
"to": "specialization:logistics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}