name: omnichannel-fulfillment-allocator description: 全渠道履约分配器 - 跨渠道统一库存的集成履约分配技能,具备智能订单路由功能 allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
- WebFetch metadata: specialization: 物流 domain: 商业 category: 分销 priority: medium
全渠道履约分配器
概述
全渠道履约分配器为跨渠道的统一库存提供集成履约分配,具备智能订单路由功能。它优化订单到履约节点的分配,平衡各地点库存,并管理复杂的履约场景,包括门店发货和线上下单、门店自提。
能力
- 分布式订单管理:跨多个履约节点和渠道编排订单
- 门店履约能力评分:根据容量、库存和绩效评估门店的履约适宜性
- 库存承诺/ATP计算:计算所有库存地点的准确可承诺量
- 门店发货优化:优化选择用于电商履约的门店
- BOPIS订单编排:管理线上下单、门店自提订单,包括库存预留和取货调度
- 拆分发货优化:确定平衡成本和客户体验的最佳拆分发货策略
- 渠道优先级平衡:根据业务规则平衡跨渠道的履约优先级
工具与库
- OMS API
- 库存可视化平台
- 订单路由引擎
- 实时库存系统
使用流程
- 多渠道履约
- 分销网络优化
- 最后一公里配送优化
用法示例
skill: omnichannel-fulfillment-allocator
inputs:
order:
order_id: "ORD-2026-12345"
channel: "电商"
customer_location: "波士顿,马萨诸塞州"
delivery_type: "配送到家"
requested_delivery: "2026-01-27"
items:
- sku: "SKU001"
quantity: 2
- sku: "SKU002"
quantity: 1
fulfillment_nodes:
- node_id: "DC001"
type: "配送中心"
location: "纽瓦克,新泽西州"
inventory:
SKU001: 500
SKU002: 200
ship_cost_to_customer: 8.50
transit_days: 2
- node_id: "STORE042"
type: "门店"
location: "剑桥,马萨诸塞州"
inventory:
SKU001: 5
SKU002: 3
fulfillment_capability_score: 85
ship_cost_to_customer: 6.00
transit_days: 1
allocation_rules:
prefer_single_shipment: true
max_split_shipments: 2
protect_store_inventory_percent: 20
outputs:
fulfillment_allocation:
order_id: "ORD-2026-12345"
allocation_type: "单次发货"
fulfillment_node: "STORE042"
node_type: "门店"
shipments:
- shipment_id: "SHP001"
node: "STORE042"
items:
- sku: "SKU001"
quantity: 2
- sku: "SKU002"
quantity: 1
ship_cost: 6.00
estimated_delivery: "2026-01-26"
total_ship_cost: 6.00
customer_delivery_date: "2026-01-26"
allocation_rationale:
- "选择门店履约以实现更快配送(1天 vs 2天)"
- "在保护阈值后门店库存充足"
- "更低的运费($6.00 vs $8.50)"
inventory_impact:
STORE042:
SKU001: { before: 5, after: 3, protected: 1 }
SKU002: { before: 3, after: 2, protected: 1 }
集成点
- 订单管理系统
- 仓库管理系统
- 销售点系统
- 库存管理系统
- 电商平台
绩效指标
- 订单满足率
- 门店发货百分比
- 拆分发货率
- 单均履约成本
- 配送承诺准确性