Partial Fulfillments and Re-Sourcing
Feature
Changed on:
17 June 2026
Overview
The Partial Fulfillments and Re-Sourcing feature provides automated order splitting capabilities and fallback sourcing logic. When a preferred location cannot satisfy an entire order, the platform optimizes real-time re-sourcing decisions using configurable sourcing criteria to route remaining items to alternative locations seamlessly.- Supports Order splitting and Fallback Sourcing logic
- Optimizes re-sourcing decisions using configurable Sourcing Criteria
How it Works
This feature acts as an automated recovery mechanism within the order routing pipeline, executing fallback logic when inventory positions change or locations record shortages.- Order Splitting Support: The engine evaluates inventory levels and securely splits an order across multiple locations when a single node cannot fulfill the entire request.
- Fallback Sourcing Logic: If the initial fulfillment location cannot complete the request, the system automatically triggers fallback routing processes to find alternative inventory nodes.
- Optimized Re-Sourcing Decisions: The platform utilizes your prioritized
`Sourcing Criteria`to evaluate and select the next best fulfillment options dynamically. - Standardized Execution Handlers: The engine manages these states using specific platform operations within your reference sourcing rules:
`CreateFulfilmentWithSourcingProfile`: Executes standard, complete fulfillment when inventory is successfully allocated.`CreatePartialFulfilmentWithSourcingProfile`: Splits the order line items to generate partial shipments across different locations.`CreateRejectedFulfilment`: Rejects the fulfillment path if fallback logic determines no alternative locations can satisfy the sourcing criteria.
Who is This Feature For?
This feature is best suited for:- Fulfillment and Operations Managers who need to establish automated fallback rules to handle inventory exceptions and short-picks without manual customer service intervention.
- Logistics Specialists responsible for balancing shipping costs against order completion rates through controlled order splitting.
What Problems Does it Solve?
- Minimized Order Abandonment: Fallback sourcing logic rescues orders when primary locations experience stock discrepancies, keeping deliveries on schedule.
- Intelligent Order Splitting: Using configurable sourcing criteria ensures that when partial fulfillments must occur, the system selects alternative locations that minimize shipping distances or operational costs.
- Automated Exception Management: Standardized handlers like
`CreateRejectedFulfilment`ensure your technical workflows immediately recognize unfulfillable orders, allowing for rapid automated re-routing or notifications.