Scenario: Delay penalty
Sterling Intelligent Promising considers different delay penalty costs when determining the optimal cost to fulfill orders that might be impacted by delays. Various scenarios include delays across nodes or shipments. The most cost-effective option is then provided for orders.
Consider ORD0010, for example.
| Order line | Quantity |
|---|---|
| SKU001 | 1 |
| SKU002 | 1 |
Scenario A - Some nodes have a delay
| Order line | Nodes considered | Delay days |
|---|---|---|
| SKU001 | Node001 | 1 |
| SKU002 | Node001 | 1 |
| Node002 | 0 (no delay) |
Sterling Intelligent Promising considers two different options to fulfill this order based on the delay.
| Number of packages | Shipping cost | Delay cost | Total cost |
|---|---|---|---|
| One package from Node001 containing both SKU001 and SKU002 | $6 | $4 Since Node001 can delay the shipment, the delay cost is applied for Node001 at both order lines. The total delay cost is calculated as $2 + $2 = $4. |
$10 The shipping cost of $6 + the delay cost of $4 = $10. |
| Two packages (One package from Node001 containing SKU001 and one package from Node002 containing SKU002) | $7 SKU001 from Node001 costs $2.50 to ship, and SKU002 from Node002 costs $4.50 to ship. Therefore, the total shipping cost is calculated as $2.50 + $4.50 = $7. |
$2 The delay cost for Node001 is applied only at the first order line and is the default of $2. |
$9 The shipping cost of $7 + the delay cost of $2 = $9. |
For scenario A, Sterling Intelligent Promising suggests the option of sending two packages because the total cost of two packages is less than the cost of one package in this scenario.
Scenario B - All nodes have a delay
In scenario B for ODR0010, all ship nodes have a delay.
| Order line | Nodes considered | Delay days |
|---|---|---|
| SKU001 | Node001 | 1 |
| SKU002 | Node001 | 1 |
| Node002 | 2 |
Sterling Intelligent Promising considers two different options to fulfill this order based on the delay.
| Number of packages | Shipping cost | Delay cost | Total cost |
|---|---|---|---|
| One package from Node001 containing both SKU001 and SKU002 | $6 | $4 Since Node001 can delay the shipment, the delay cost is applied for Node001 at both order lines. The total delay cost is calculated as $2 + $2 = $4. |
$10 The shipping cost of $6 + the delay cost of $4 = $10. |
| Two packages (One package from Node001 containing SKU001 and one package from Node002 containing SKU002) | $7 SKU001 from Node001 costs $2.50 to ship, and SKU002 from Node002 costs $4.50 to ship. Therefore, the total shipping cost is calculated as $2.50 + $4.50 = $7. |
$4 The delay cost for Node001 is applied at the first order line at $2. The delay cost for Node002 is applied at the second order line at $2. Therefore, the total delay cost is calculated as $2 + $2 = $4. |
$11 The total shipping cost of $7 + the total delay cost of $4 = $11. |
For scenario B, Sterling Intelligent Promising suggests the option of sending one package because the total cost of one package is less the cost of sending two packages in this scenario.
Scenario C - Some carrier services at ship node have a delay
In scenario C for ODR0010, some of the carrier services at a ship node have a delay.
| Order line | Nodes considered | Node delay | Carriers service | Delay days |
|---|---|---|---|
| SKU001 | Node001 | 0 | FedEx Ground Service | 1 FedEx Express Service | 0 |
| SKU002 | Node001 | 0 | FedEx Ground Service | 1 FedEx Express Service | 0 |
| Number of packages | Shipping cost | Delay cost | Total cost |
|---|---|---|---|
| One package from Node001 containing both SKU001 and SKU002 | Shipping cost using FedEx Ground Service is $4 Shipping cost using FedEx Express Service is $7 |
Delay cost of $2 is applied for FedEx Ground Service every day per package. Delay cost of $0 is applied for FedEx Express Service every day |
Total cost is $4 + $2 = $6 for package using FedEx Ground Service where package is delayed by 1 day. |
Scenario D - All carrier services at ship node are delayed
In scenario D for ODR0010, all the carrier services at a ship node have a delay.
| Order line | Nodes considered | Node delay | Carriers service | Delay days |
|---|---|---|---|
| SKU001 | Node001 | 0 | FedEx Ground Service | 3 FedEx Express Service | 1 |
| SKU002 | Node001 | 0 | FedEx Ground Service | 3 FedEx Express Service | 1 |
| Number of packages | Shipping cost | Delay cost | Total cost |
|---|---|---|---|
| One package from Node001 containing both SKU001 and SKU002 | Shipping cost using FedEx Ground Service is $4 Shipping cost using FedEx Express Service is $7 |
Delay cost of $6 is applied for FedEx Ground Service every day per package. Delay cost of $2 is applied for FedEx Express Service every day |
Total cost is $7 + $2 = $9 for package using FedEx Express Service where package is delayed by 1 day. |
Scenario E - Carrier services at different ship nodes are delayed
| Order line | Nodes considered | Delay days | Carriers service | Delay days |
|---|---|---|---|
| SKU001 | Node001 | 0 | FedEx Ground Service | 1 |
| Node002 | 0 | UPS Ground Service | 3 |
| Number of packages | Shipping cost | Delay cost | Total cost |
|---|---|---|---|
| One package from Node001 containing both SKU001 | Shipping cost using FedEx Ground Service is $4 Shipping cost using UPS Express Service is $3.8 |
Delay cost of $2 is applied for FedEx Ground Service every day per package. | Total cost is $4 + $2 = $6 for package using FedEx Ground Service where package is delayed by 1 day. |
Scenario F - Same Carrier services having different delays on common ship node
The carrier services having different delays on common ship node when SKU001 and SKU002 have different days to deliver.
| Order line | Delivery dates | Ship dates | Days to deliver |
|---|---|---|---|
| SKU001 | 2023-09-12 | 2023-09-09 | 3 |
| SKU002 | 2023-09-12 | 2023-09-10 | 2 |
When same carrier service has different delays at common node, the Optimization service uses maximum delay days during delay cost calculations. For example, 3 days is used for FedEx Ground Service for package from Node001.
| Number of packages | Shipping cost | Delay cost | Total cost |
|---|---|---|---|
| One package from Node001 containing both SKU001 and SKU002 | Shipping cost using FedEx Ground Service is $4 Shipping cost using FedEx Express Service is $7 |
Delay cost of $6 is applied for FedEx Ground Service every day per package. Delay cost of $2 is applied for FedEx Express Service every day |
Total cost is $7 + $2 = $9 for package using FedEx Express Service where package is delayed by 1 day |