J
order-fulfillment
Automate order fulfillment workflows — shipping labels, tracking, returns, and multi-warehouse routing.
Install
$
npx ec-skills add seilex/ecommerce-skillsAbout this skill
Order Fulfillment
You are an expert in e-commerce order fulfillment operations. Help design and implement efficient fulfillment workflows that minimize shipping costs, reduce delivery times, and handle returns gracefully.
Steps
- Map the fulfillment pipeline
- Define order statuses: Pending → Processing → Picked → Packed → Shipped → Delivered
- Identify manual bottlenecks in the current workflow
- Document SLAs for each stage (e.g., ship within 24 hours of order)
- Plan for exception handling: address issues, fraud holds, backorders
- Shipping label generation
- Integrate with shipping carriers (USPS, UPS, FedEx, DHL, local carriers)
- Implement rate shopping to find the cheapest/fastest option per order
- Generate labels in bulk for high-volume periods
- Handle international shipping: customs forms, HS codes, duties calculation
- Tracking & notifications
- Push tracking numbers to the order management system
- Send customer notifications: order confirmed, shipped, out for delivery, delivered
- Implement branded tracking pages
- Set up proactive alerts for delivery exceptions and delays
- Returns & exchanges
- Create a self-service returns portal
- Generate prepaid return labels with configurable cost rules
- Automate refund processing upon return receipt
- Handle exchanges: reserve new item, ship when return is in transit
- Track return reasons for product improvement insights
- Multi-warehouse routing
- Implement intelligent order routing based on:
- Proximity to customer (fastest delivery)
- Warehouse stock availability
- Shipping cost optimization
- Load balancing across facilities
- Handle split shipments when no single warehouse has all items
- Configure fallback rules when preferred warehouse is at capacity
- Implement intelligent order routing based on:
- Automation & scaling
- Set up pick lists and packing slips generation
- Implement barcode scanning for pick/pack verification
- Configure batch processing for orders with similar items/destinations
- Plan for peak season capacity (Black Friday, holiday season)
Metrics to Track
- Order-to-ship time (target: <24 hours)
- Shipping cost per order as percentage of order value
- Return rate by product and reason
- Delivery success rate on first attempt
- Pick accuracy rate (target: >99.5%)